Html Css Color HEX #C70D4A Cardinal

📋 copy color: '#C70D4A'

red 199 ◦ green 13 ◦ blue 74

#C70D4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C70D4A

Tints of Cardinal #C70D4A

RGB

 RED value IS 199 (78.13% from 255) = 69.58%

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 69.58%
G = 4.55%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C70D4A (or 0xC70D4A) is known color: Cardinal. HEX triplet: C7, 0D and 4A. RGB value is (199,13,74). Sum of RGB (Red+Green+Blue) = 199+13+74=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D4A is #38F2B5. Grayscale: #4B4B4B. Windows color (decimal): -3732150 or 4853191. OLE color: 4853191.

HSL color Cylindrical-coordinate representation of color #C70D4A: hue angle of 340.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D4A is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 74 -
CMYK 0 0.93 0.63 0.22
HSL 340.32º 0.88% 0.42% -
HSV(B) 340.32º 0.93% 0.78% -
XYZ 24.93 12.92 7.66 -
YUV 75.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 199 13 74 0 0.93 0.63 0.22 340.32 0.88 0.42
Hex C7 D 4A 0 5D 3F 16 154 58 2A
Octal 307 15 112 0 135 77 26 524 130 52
Binary 11000111 1101 1001010 0 1011101 111111 10110 101010100 1011000 101010

Color Harmonies of #C70D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D4A

Black with #C70D4A

Text Example


Text Example

White with #C70D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D4A; }

 p { color: rgb(199,13,74); }

 H1.HeaderClassName
 {
   color: #C70D4A;
 }
 .AnyTagClassName
 {
   color: #C70D4A;
 }
</style>

background-color css

<style>
 a { background-color: #C70D4A; }

 a { background-color: rgb(199,13,74); }

 div.DivClassName
 {
   background-color: #C70D4A;
 }
 .BgClassName
 {
   background-color: #C70D4A;
 }
</style>

border-color css

<style>
 span { border-color: #C70D4A; }

 span { border-color: rgb(199,13,74); }

 td.TdClassName
 {
   border-color: #C70D4A;
 }
 .TagClassName
 {
   border-color: #C70D4A;
 }
</style>