#C20837

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

Shades of Cardinal #C20837

Tints of Cardinal #C20837

Color information

#C20837 (or 0xC20837) is unknown color: approx Cardinal. HEX triplet: C2, 08 and 37. RGB value is (194,8,55). Sum of RGB (Red+Green+Blue) = 194+8+55=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C20837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20837 is #3DF7C8. Grayscale: #444444. Windows color (decimal): -4061129 or 3606722. OLE color: 3606722.

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

Color convert

RGB194855-
CMYK00.960.720.24
HSL344.84º92.08%39.61%-
HSV(B)344.84º95.88%76.08%-
XYZ23.0211.924.7-
YUV68.97120.12217.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.49%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=75.49%
G=3.11%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19485500.960.720.24344.8492.0839.61
HexC283706048181595c28
Octal302106701401103053113450
Binary110000101000110111011000001001000110001010110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20837; }

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

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

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

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

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

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

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

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