Html Css Color HEX #C81642 Cardinal

📋 copy color: '#C81642'

red 200 ◦ green 22 ◦ blue 66

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

Shades of Cardinal #C81642

Tints of Cardinal #C81642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

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

R = 69.44%
G = 7.64%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C81642 (or 0xC81642) is known color: Cardinal. HEX triplet: C8, 16 and 42. RGB value is (200,22,66). Sum of RGB (Red+Green+Blue) = 200+22+66=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81642 is #37E9BD. Grayscale: #505050. Windows color (decimal): -3664318 or 4331208. OLE color: 4331208.

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

Color convert

RGB 200 22 66 -
CMYK 0 0.89 0.67 0.22
HSL 345.17º 0.8% 0.44% -
HSV(B) 345.17º 0.89% 0.78% -
XYZ 25.09 13.25 6.39 -
YUV 80.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 200 22 66 0 0.89 0.67 0.22 345.17 0.8 0.44
Hex C8 16 42 0 59 43 16 159 50 2C
Octal 310 26 102 0 131 103 26 531 120 54
Binary 11001000 10110 1000010 0 1011001 1000011 10110 101011001 1010000 101100

Color Harmonies of #C81642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81642

Black with #C81642

Text Example


Text Example

White with #C81642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81642; }

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

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

background-color css

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

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

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

border-color css

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

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

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