#C22332

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

Shades of Cardinal #C22332

Tints of Cardinal #C22332

Color information

#C22332 (or 0xC22332) is unknown color: approx Cardinal. HEX triplet: C2, 23 and 32. RGB value is (194,35,50). Sum of RGB (Red+Green+Blue) = 194+35+50=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C22332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22332 is #3DDCCD. Grayscale: #545454. Windows color (decimal): -4054222 or 3285954. OLE color: 3285954.

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

Color convert

RGB1943550-
CMYK00.820.740.24
HSL354.34º69.43%44.9%-
HSV(B)354.34º81.96%76.08%-
XYZ23.4212.94.27-
YUV84.25108.68206.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.53%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=69.53%
G=12.54%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194355000.820.740.24354.3469.4344.9
HexC223320524A18162452d
Octal302436201221123054210555
Binary11000010100011110010010100101001010110001011000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22332; }

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

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

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

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

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

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

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

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