#C22936

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

Shades of Cardinal #C22936

Tints of Cardinal #C22936

Color information

#C22936 (or 0xC22936) is unknown color: approx Cardinal. HEX triplet: C2, 29 and 36. RGB value is (194,41,54). Sum of RGB (Red+Green+Blue) = 194+41+54=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22936 is #3DD6C9. Grayscale: #585858. Windows color (decimal): -4052682 or 3549634. OLE color: 3549634.

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

Color convert

RGB1944154-
CMYK00.790.720.24
HSL354.9º65.11%46.08%-
HSV(B)354.9º78.87%76.08%-
XYZ23.7113.324.81-
YUV88.23108.69203.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 67.13%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=67.13%
G=14.19%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194415400.790.720.24354.965.1146.08
HexC2293604F4818163412e
Octal302516601171103054310156
Binary11000010101001110110010011111001000110001011000111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22936; }

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

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

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

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

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

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

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

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