Html Css Color HEX #C81439 Cardinal

📋 copy color: '#C81439'

red 200 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #C81439

Tints of Cardinal #C81439

RGB

 RED value IS 200 (78.52% from 255) = 72.2%

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 72.2%
G = 7.22%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81439 (or 0xC81439) is known color: Cardinal. HEX triplet: C8, 14 and 39. RGB value is (200,20,57). Sum of RGB (Red+Green+Blue) = 200+20+57=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C81439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81439 is #37EBC6. Grayscale: #4E4E4E. Windows color (decimal): -3664839 or 3740872. OLE color: 3740872.

HSL color Cylindrical-coordinate representation of color #C81439: hue angle of 347.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81439 is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 57 -
CMYK 0 0.9 0.72 0.22
HSL 347.67º 0.82% 0.43% -
HSV(B) 347.67º 0.9% 0.78% -
XYZ 24.81 13.08 5.09 -
YUV 78.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 200 20 57 0 0.9 0.72 0.22 347.67 0.82 0.43
Hex C8 14 39 0 5A 48 16 15C 52 2B
Octal 310 24 71 0 132 110 26 534 122 53
Binary 11001000 10100 111001 0 1011010 1001000 10110 101011100 1010010 101011

Color Harmonies of #C81439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81439

Black with #C81439

Text Example


Text Example

White with #C81439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81439; }

 p { color: rgb(200,20,57); }

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

background-color css

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

 a { background-color: rgb(200,20,57); }

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

border-color css

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

 span { border-color: rgb(200,20,57); }

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