Html Css Color HEX #C81944 Cardinal

📋 copy color: '#C81944'

red 200 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #C81944

Tints of Cardinal #C81944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 68.26%
G = 8.53%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81944 (or 0xC81944) is known color: Cardinal. HEX triplet: C8, 19 and 44. RGB value is (200,25,68). Sum of RGB (Red+Green+Blue) = 200+25+68=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81944 is #37E6BB. Grayscale: #525252. Windows color (decimal): -3663548 or 4463048. OLE color: 4463048.

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

Color convert

RGB 200 25 68 -
CMYK 0 0.88 0.66 0.22
HSL 345.26º 0.78% 0.44% -
HSV(B) 345.26º 0.88% 0.78% -
XYZ 25.21 13.39 6.73 -
YUV 82.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 200 25 68 0 0.88 0.66 0.22 345.26 0.78 0.44
Hex C8 19 44 0 58 42 16 159 4E 2C
Octal 310 31 104 0 130 102 26 531 116 54
Binary 11001000 11001 1000100 0 1011000 1000010 10110 101011001 1001110 101100

Color Harmonies of #C81944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81944

Black with #C81944

Text Example


Text Example

White with #C81944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81944; }

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

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

background-color css

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

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

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

border-color css

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

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

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