#CC2244

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

Shades of Cardinal #CC2244

Tints of Cardinal #CC2244

Color information

#CC2244 (or 0xCC2244) is unknown color: approx Cardinal. HEX triplet: CC, 22 and 44. RGB value is (204,34,68). Sum of RGB (Red+Green+Blue) = 204+34+68=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2244 is #33DDBB. Grayscale: #585858. Windows color (decimal): -3399100 or 4465356. OLE color: 4465356.

HSL color Cylindrical-coordinate representation of color #CC2244: hue angle of 348º 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 #CC2244 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB2043468-
CMYK00.830.670.2
HSL348º71.43%46.67%-
HSV(B)348º83.33%80%-
XYZ26.5214.46.85-
YUV88.71116.32210.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204346800.830.670.234871.4346.67
HexCC2244053431415c472f
Octal3144210401231032453410757
Binary110011001000101000100010100111000011101001010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2244; }

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

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

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

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

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

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

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

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