#cc2133

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

Shades of Cardinal #CC2133

Tints of Cardinal #CC2133

Color information

#CC2133 (or 0xCC2133) is unknown color: approx Cardinal. HEX triplet: CC, 21 and 33. RGB value is (204,33,51). Sum of RGB (Red+Green+Blue) = 204+33+51=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2133 is #33DECC. Grayscale: #565656. Windows color (decimal): -3399373 or 3350988. OLE color: 3350988.

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

Color convert

RGB2043351-
CMYK00.840.750.2
HSL353.68º72.15%46.47%-
HSV(B)353.68º83.82%80%-
XYZ26.0414.164.49-
YUV86.18108.15212.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.83%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=70.83%
G=11.46%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204335100.840.750.2353.6872.1546.47
HexCC21330544B14162482e
Octal314416301241132454211056
Binary11001100100001110011010101001001011101001011000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2133; }

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

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

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

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

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

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

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

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