#C20436

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

Shades of Cardinal #C20436

Tints of Cardinal #C20436

Color information

#C20436 (or 0xC20436) is unknown color: approx Cardinal. HEX triplet: C2, 04 and 36. RGB value is (194,4,54). Sum of RGB (Red+Green+Blue) = 194+4+54=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20436 is #3DFBC9. Grayscale: #424242. Windows color (decimal): -4062154 or 3540162. OLE color: 3540162.

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

Color convert

RGB194454-
CMYK00.980.720.24
HSL344.21º95.96%38.82%-
HSV(B)344.21º97.94%76.08%-
XYZ22.9611.824.56-
YUV66.51120.95218.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.98%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=76.98%
G=1.59%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19445400.980.720.24344.2195.9638.82
HexC243606248181586027
Octal30246601421103053014047
Binary11000010100110110011000101001000110001010110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20436; }

 p { color: rgb(194,4,54); }

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

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

 a { background-color: rgb(194,4,54); }

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

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

 span { border-color: rgb(194,4,54); }

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