Html Css Color HEX #C81939 Cardinal

📋 copy color: '#C81939'

red 200 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #C81939

Tints of Cardinal #C81939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 70.92%
G = 8.87%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81939 (or 0xC81939) is known color: Cardinal. HEX triplet: C8, 19 and 39. RGB value is (200,25,57). Sum of RGB (Red+Green+Blue) = 200+25+57=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C81939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81939 is #37E6C6. Grayscale: #515151. Windows color (decimal): -3663559 or 3742152. OLE color: 3742152.

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

Color convert

RGB 200 25 57 -
CMYK 0 0.88 0.72 0.22
HSL 349.03º 0.78% 0.44% -
HSV(B) 349.03º 0.88% 0.78% -
XYZ 24.91 13.27 5.12 -
YUV 80.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 200 25 57 0 0.88 0.72 0.22 349.03 0.78 0.44
Hex C8 19 39 0 58 48 16 15D 4E 2C
Octal 310 31 71 0 130 110 26 535 116 54
Binary 11001000 11001 111001 0 1011000 1001000 10110 101011101 1001110 101100

Color Harmonies of #C81939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81939

Black with #C81939

Text Example


Text Example

White with #C81939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81939; }

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

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

background-color css

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

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

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

border-color css

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

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

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