#C20839

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

Shades of Cardinal #C20839

Tints of Cardinal #C20839

Color information

#C20839 (or 0xC20839) is unknown color: approx Cardinal. HEX triplet: C2, 08 and 39. RGB value is (194,8,57). Sum of RGB (Red+Green+Blue) = 194+8+57=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C20839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20839 is #3DF7C6. Grayscale: #454545. Windows color (decimal): -4061127 or 3737794. OLE color: 3737794.

HSL color Cylindrical-coordinate representation of color #C20839: hue angle of 344.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20839 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB194857-
CMYK00.960.710.24
HSL344.19º92.08%39.61%-
HSV(B)344.19º95.88%76.08%-
XYZ23.0711.944.96-
YUV69.2121.12217.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 74.90%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=74.90%
G=3.09%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19485700.960.710.24344.1992.0839.61
HexC283906047181585c28
Octal302107101401073053013450
Binary110000101000111001011000001000111110001010110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20839; }

 p { color: rgb(194,8,57); }

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

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

 a { background-color: rgb(194,8,57); }

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

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

 span { border-color: rgb(194,8,57); }

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