#C22336

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

Shades of Cardinal #C22336

Tints of Cardinal #C22336

Color information

#C22336 (or 0xC22336) is unknown color: approx Cardinal. HEX triplet: C2, 23 and 36. RGB value is (194,35,54). Sum of RGB (Red+Green+Blue) = 194+35+54=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C22336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22336 is #3DDCC9. Grayscale: #545454. Windows color (decimal): -4054218 or 3548098. OLE color: 3548098.

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

Color convert

RGB1943554-
CMYK00.820.720.24
HSL352.83º69.43%44.9%-
HSV(B)352.83º81.96%76.08%-
XYZ23.5212.944.75-
YUV84.71110.68205.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.55%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=68.55%
G=12.37%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194355400.820.720.24352.8369.4344.9
HexC223360524818161452d
Octal302436601221103054110555
Binary11000010100011110110010100101001000110001011000011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22336; }

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

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

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

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

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

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

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

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