#C50E3C

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

Shades of Cardinal #C50E3C

Tints of Cardinal #C50E3C

Color information

#C50E3C (or 0xC50E3C) is unknown color: approx Cardinal. HEX triplet: C5, 0E and 3C. RGB value is (197,14,60). Sum of RGB (Red+Green+Blue) = 197+14+60=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E3C is #3AF1C3. Grayscale: #494949. Windows color (decimal): -3862980 or 3935941. OLE color: 3935941.

HSL color Cylindrical-coordinate representation of color #C50E3C: hue angle of 344.92º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E3C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1971460-
CMYK00.930.700.23
HSL344.92º86.73%41.37%-
HSV(B)344.92º92.89%77.25%-
XYZ2412.515.42-
YUV73.96120.13215.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.69%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=72.69%
G=5.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197146000.930.700.23344.9286.7341.37
HexC5E3C05D46171595729
Octal305167401351062753112751
Binary110001011110111100010111011000110101111010110011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E3C; }

 p { color: rgb(197,14,60); }

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

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

 a { background-color: rgb(197,14,60); }

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

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

 span { border-color: rgb(197,14,60); }

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