#c22233

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

Shades of Cardinal #C22233

Tints of Cardinal #C22233

Color information

#C22233 (or 0xC22233) is unknown color: approx Cardinal. HEX triplet: C2, 22 and 33. RGB value is (194,34,51). Sum of RGB (Red+Green+Blue) = 194+34+51=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C22233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22233 is #3DDDCC. Grayscale: #535353. Windows color (decimal): -4054477 or 3351234. OLE color: 3351234.

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

Color convert

RGB1943451-
CMYK00.820.740.24
HSL353.62º70.18%44.71%-
HSV(B)353.62º82.47%76.08%-
XYZ23.4212.854.38-
YUV83.78109.51206.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.53%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=69.53%
G=12.19%
B=18.28%

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
Decimal194345100.820.740.24353.6270.1844.71
HexC222330524A18162462d
Octal302426301221123054210655
Binary11000010100010110011010100101001010110001011000101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22233; }

 p { color: rgb(194,34,51); }

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

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

 a { background-color: rgb(194,34,51); }

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

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

 span { border-color: rgb(194,34,51); }

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