#C20E4B

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

Shades of Cardinal #C20E4B

Tints of Cardinal #C20E4B

Color information

#C20E4B (or 0xC20E4B) is unknown color: approx Cardinal. HEX triplet: C2, 0E and 4B. RGB value is (194,14,75). Sum of RGB (Red+Green+Blue) = 194+14+75=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E4B is #3DF1B4. Grayscale: #4A4A4A. Windows color (decimal): -4059573 or 4918978. OLE color: 4918978.

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

Color convert

RGB1941475-
CMYK00.930.610.24
HSL339.67º86.54%40.78%-
HSV(B)339.67º92.78%76.08%-
XYZ23.6812.297.78-
YUV74.77128.13213.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.55%
GREEN value IS 14 (5.86% from 255) = 4.95%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=68.55%
G=4.95%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194147500.930.610.24339.6786.5440.78
HexC2E4B05D3D181545729
Octal302161130135753052412751
Binary110000101110100101101011101111101110001010101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E4B; }

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

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

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

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

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

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

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

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