Html Css Color HEX #C81842 Cardinal

📋 copy color: '#C81842'

red 200 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #C81842

Tints of Cardinal #C81842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 68.97%
G = 8.28%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C81842 (or 0xC81842) is known color: Cardinal. HEX triplet: C8, 18 and 42. RGB value is (200,24,66). Sum of RGB (Red+Green+Blue) = 200+24+66=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C81842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81842 is #37E7BD. Grayscale: #515151. Windows color (decimal): -3663806 or 4331720. OLE color: 4331720.

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

Color convert

RGB 200 24 66 -
CMYK 0 0.88 0.67 0.22
HSL 345.68º 0.79% 0.44% -
HSV(B) 345.68º 0.88% 0.78% -
XYZ 25.13 13.33 6.4 -
YUV 81.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 200 24 66 0 0.88 0.67 0.22 345.68 0.79 0.44
Hex C8 18 42 0 58 43 16 15A 4F 2C
Octal 310 30 102 0 130 103 26 532 117 54
Binary 11001000 11000 1000010 0 1011000 1000011 10110 101011010 1001111 101100

Color Harmonies of #C81842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81842

Black with #C81842

Text Example


Text Example

White with #C81842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81842; }

 p { color: rgb(200,24,66); }

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

background-color css

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

 a { background-color: rgb(200,24,66); }

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

border-color css

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

 span { border-color: rgb(200,24,66); }

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