#cc2233

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

Shades of Cardinal #CC2233

Tints of Cardinal #CC2233

Color information

#CC2233 (or 0xCC2233) is unknown color: approx Cardinal. HEX triplet: CC, 22 and 33. RGB value is (204,34,51). Sum of RGB (Red+Green+Blue) = 204+34+51=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2233 is #33DDCC. Grayscale: #565656. Windows color (decimal): -3399117 or 3351244. OLE color: 3351244.

HSL color Cylindrical-coordinate representation of color #CC2233: hue angle of 354º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2233 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2043451-
CMYK00.830.750.2
HSL354º71.43%46.67%-
HSV(B)354º83.33%80%-
XYZ26.0714.224.5-
YUV86.77107.82211.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.59%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=70.59%
G=11.76%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204345100.830.750.235471.4346.67
HexCC22330534B14162472f
Octal314426301231132454210757
Binary11001100100010110011010100111001011101001011000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2233; }

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

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

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

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

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

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

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

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