#C20336

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

Shades of Cardinal #C20336

Tints of Cardinal #C20336

Color information

#C20336 (or 0xC20336) is unknown color: approx Cardinal. HEX triplet: C2, 03 and 36. RGB value is (194,3,54). Sum of RGB (Red+Green+Blue) = 194+3+54=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20336 is #3DFCC9. Grayscale: #414141. Windows color (decimal): -4062410 or 3539906. OLE color: 3539906.

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

Color convert

RGB194354-
CMYK00.980.720.24
HSL343.98º96.95%38.63%-
HSV(B)343.98º98.45%76.08%-
XYZ22.9511.84.56-
YUV65.92121.28219.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.29%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=77.29%
G=1.20%
B=21.51%

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
Decimal19435400.980.720.24343.9896.9538.63
HexC233606248181586127
Octal30236601421103053014147
Binary1100001011110110011000101001000110001010110001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20336; }

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

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

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

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

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

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

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

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