#C80E35

Color #C80E35 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C80E35

Tints of Cardinal #C80E35

Color information

#C80E35 (or 0xC80E35) is unknown color: approx Cardinal. HEX triplet: C8, 0E and 35. RGB value is (200,14,53). Sum of RGB (Red+Green+Blue) = 200+14+53=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80E35 is #37F1CA. Grayscale: #4A4A4A. Windows color (decimal): -3666379 or 3477192. OLE color: 3477192.

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

Color convert

RGB2001453-
CMYK00.930.740.22
HSL347.42º86.92%41.96%-
HSV(B)347.42º93%78.43%-
XYZ24.6212.854.55-
YUV74.06116.12217.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=74.91%
G=5.24%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200145300.930.740.22347.4286.9241.96
HexC8E3505D4A1615b572a
Octal310166501351122653312752
Binary110010001110110101010111011001010101101010110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80E35; }

 p { color: rgb(200,14,53); }

 H1.HeaderClassName
 {
   color: #C80E35;
 }
 .AnyTagClassName
 {
   color: #C80E35;
 }
</style>
background-color css

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

 a { background-color: rgb(200,14,53); }

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

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

 span { border-color: rgb(200,14,53); }

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