Html Css Color HEX #C81037 Cardinal

📋 copy color: '#C81037'

red 200 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #C81037

Tints of Cardinal #C81037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 73.8%
G = 5.9%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81037 (or 0xC81037) is known color: Cardinal. HEX triplet: C8, 10 and 37. RGB value is (200,16,55). Sum of RGB (Red+Green+Blue) = 200+16+55=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81037 is #37EFC8. Grayscale: #4B4B4B. Windows color (decimal): -3665865 or 3608776. OLE color: 3608776.

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

Color convert

RGB 200 16 55 -
CMYK 0 0.92 0.72 0.22
HSL 347.28º 0.85% 0.42% -
HSV(B) 347.28º 0.92% 0.78% -
XYZ 24.69 12.93 4.81 -
YUV 75.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 200 16 55 0 0.92 0.72 0.22 347.28 0.85 0.42
Hex C8 10 37 0 5C 48 16 15B 55 2A
Octal 310 20 67 0 134 110 26 533 125 52
Binary 11001000 10000 110111 0 1011100 1001000 10110 101011011 1010101 101010

Color Harmonies of #C81037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81037

Black with #C81037

Text Example


Text Example

White with #C81037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81037; }

 p { color: rgb(200,16,55); }

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

background-color css

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

 a { background-color: rgb(200,16,55); }

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

border-color css

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

 span { border-color: rgb(200,16,55); }

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