#c50e3e

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

Shades of Cardinal #C50E3E

Tints of Cardinal #C50E3E

Color information

#C50E3E (or 0xC50E3E) is unknown color: approx Cardinal. HEX triplet: C5, 0E and 3E. RGB value is (197,14,62). Sum of RGB (Red+Green+Blue) = 197+14+62=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E3E is #3AF1C1. Grayscale: #4A4A4A. Windows color (decimal): -3862978 or 4067013. OLE color: 4067013.

HSL color Cylindrical-coordinate representation of color #C50E3E: hue angle of 344.26º 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 #C50E3E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1971462-
CMYK00.930.690.23
HSL344.26º86.73%41.37%-
HSV(B)344.26º92.89%77.25%-
XYZ24.0512.535.71-
YUV74.19121.13215.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=72.16%
G=5.13%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197146200.930.690.23344.2686.7341.37
HexC5E3E05D45171585729
Octal305167601351052753012751
Binary110001011110111110010111011000101101111010110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c50e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c50e3e; }

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

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

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

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

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

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

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

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