Html Css Color HEX #C81941 Cardinal

📋 copy color: '#C81941'

red 200 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #C81941

Tints of Cardinal #C81941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 68.97%
G = 8.62%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81941 (or 0xC81941) is known color: Cardinal. HEX triplet: C8, 19 and 41. RGB value is (200,25,65). Sum of RGB (Red+Green+Blue) = 200+25+65=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C81941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81941 is #37E6BE. Grayscale: #515151. Windows color (decimal): -3663551 or 4266440. OLE color: 4266440.

HSL color Cylindrical-coordinate representation of color #C81941: hue angle of 346.29º 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 #C81941 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 65 -
CMYK 0 0.88 0.68 0.22
HSL 346.29º 0.78% 0.44% -
HSV(B) 346.29º 0.88% 0.78% -
XYZ 25.12 13.36 6.26 -
YUV 81.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 200 25 65 0 0.88 0.68 0.22 346.29 0.78 0.44
Hex C8 19 41 0 58 44 16 15A 4E 2C
Octal 310 31 101 0 130 104 26 532 116 54
Binary 11001000 11001 1000001 0 1011000 1000100 10110 101011010 1001110 101100

Color Harmonies of #C81941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81941

Black with #C81941

Text Example


Text Example

White with #C81941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81941; }

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

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

background-color css

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

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

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

border-color css

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

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

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