#CC2C40

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

Shades of Brick Red #CC2C40

Tints of Brick Red #CC2C40

Color information

#CC2C40 (or 0xCC2C40) is unknown color: approx Brick Red. HEX triplet: CC, 2C and 40. RGB value is (204,44,64). Sum of RGB (Red+Green+Blue) = 204+44+64=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C40 is #33D3BF. Grayscale: #5E5E5E. Windows color (decimal): -3396544 or 4205772. OLE color: 4205772.

HSL color Cylindrical-coordinate representation of color #CC2C40: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C40 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2044464-
CMYK00.780.690.2
HSL352.5º64.52%48.63%-
HSV(B)352.5º78.43%80%-
XYZ26.7315.016.34-
YUV94.12111.01206.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.38%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=65.38%
G=14.10%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204446400.780.690.2352.564.5248.63
HexCC2C4004E45141604131
Octal3145410001161052454010161
Binary110011001011001000000010011101000101101001011000001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2C40; }

 p { color: rgb(204,44,64); }

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

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

 a { background-color: rgb(204,44,64); }

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

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

 span { border-color: rgb(204,44,64); }

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