#CC2344

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

Shades of Brick Red #CC2344

Tints of Brick Red #CC2344

Color information

#CC2344 (or 0xCC2344) is unknown color: approx Brick Red. HEX triplet: CC, 23 and 44. RGB value is (204,35,68). Sum of RGB (Red+Green+Blue) = 204+35+68=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2344 is #33DCBB. Grayscale: #595959. Windows color (decimal): -3398844 or 4465612. OLE color: 4465612.

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

Color convert

RGB2043568-
CMYK00.830.670.2
HSL348.28º70.71%46.86%-
HSV(B)348.28º82.84%80%-
XYZ26.5514.466.86-
YUV89.29115.99209.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.45%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=66.45%
G=11.40%
B=22.15%

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
Decimal204356800.830.670.2348.2870.7146.86
HexCC2344053431415c472f
Octal3144310401231032453410757
Binary110011001000111000100010100111000011101001010111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2344; }

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

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

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

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

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

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

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

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