#CC2944

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

Shades of Brick Red #CC2944

Tints of Brick Red #CC2944

Color information

#CC2944 (or 0xCC2944) is unknown color: approx Brick Red. HEX triplet: CC, 29 and 44. RGB value is (204,41,68). Sum of RGB (Red+Green+Blue) = 204+41+68=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2944 is #33D6BB. Grayscale: #5C5C5C. Windows color (decimal): -3397308 or 4467148. OLE color: 4467148.

HSL color Cylindrical-coordinate representation of color #CC2944: hue angle of 350.06º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2944 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB2044168-
CMYK00.800.670.2
HSL350.06º66.53%48.04%-
HSV(B)350.06º79.9%80%-
XYZ26.7414.846.92-
YUV92.81114207.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=65.18%
G=13.10%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204416800.800.670.2350.0666.5348.04
HexCC2944050431415e4330
Octal3145110401201032453610360
Binary110011001010011000100010100001000011101001010111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2944; }

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

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

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

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

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

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

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

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