Html Css Color HEX #C81E42 Cardinal

📋 copy color: '#C81E42'

red 200 ◦ green 30 ◦ blue 66

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

Shades of Cardinal #C81E42

Tints of Cardinal #C81E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

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

R = 67.57%
G = 10.14%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C81E42 (or 0xC81E42) is known color: Cardinal. HEX triplet: C8, 1E and 42. RGB value is (200,30,66). Sum of RGB (Red+Green+Blue) = 200+30+66=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E42 is #37E1BD. Grayscale: #545454. Windows color (decimal): -3662270 or 4333256. OLE color: 4333256.

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

Color convert

RGB 200 30 66 -
CMYK 0 0.85 0.67 0.22
HSL 347.29º 0.74% 0.45% -
HSV(B) 347.29º 0.85% 0.78% -
XYZ 25.27 13.6 6.45 -
YUV 84.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 200 30 66 0 0.85 0.67 0.22 347.29 0.74 0.45
Hex C8 1E 42 0 55 43 16 15B 4A 2D
Octal 310 36 102 0 125 103 26 533 112 55
Binary 11001000 11110 1000010 0 1010101 1000011 10110 101011011 1001010 101101

Color Harmonies of #C81E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E42

Black with #C81E42

Text Example


Text Example

White with #C81E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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