#C20E4A

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

Shades of Cardinal #C20E4A

Tints of Cardinal #C20E4A

Color information

#C20E4A (or 0xC20E4A) is unknown color: approx Cardinal. HEX triplet: C2, 0E and 4A. RGB value is (194,14,74). Sum of RGB (Red+Green+Blue) = 194+14+74=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E4A is #3DF1B5. Grayscale: #4A4A4A. Windows color (decimal): -4059574 or 4853442. OLE color: 4853442.

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

Color convert

RGB1941474-
CMYK00.930.620.24
HSL340º86.54%40.78%-
HSV(B)340º92.78%76.08%-
XYZ23.6412.287.6-
YUV74.66127.63213.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.79%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=68.79%
G=4.96%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194147400.930.620.2434086.5440.78
HexC2E4A05D3E181545729
Octal302161120135763052412751
Binary110000101110100101001011101111110110001010101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E4A; }

 p { color: rgb(194,14,74); }

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

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

 a { background-color: rgb(194,14,74); }

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

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

 span { border-color: rgb(194,14,74); }

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