#CC2A47

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

Shades of Brick Red #CC2A47

Tints of Brick Red #CC2A47

Color information

#CC2A47 (or 0xCC2A47) is unknown color: approx Brick Red. HEX triplet: CC, 2A and 47. RGB value is (204,42,71). Sum of RGB (Red+Green+Blue) = 204+42+71=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A47 is #33D5B8. Grayscale: #5D5D5D. Windows color (decimal): -3397049 or 4664012. OLE color: 4664012.

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

Color convert

RGB2044271-
CMYK00.790.650.2
HSL349.26º65.85%48.24%-
HSV(B)349.26º79.41%80%-
XYZ26.8714.957.43-
YUV93.74115.17206.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=64.35%
G=13.25%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204427100.790.650.2349.2665.8548.24
HexCC2A4704F411415d4230
Octal3145210701171012453510260
Binary110011001010101000111010011111000001101001010111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A47; }

 p { color: rgb(204,42,71); }

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

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

 a { background-color: rgb(204,42,71); }

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

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

 span { border-color: rgb(204,42,71); }

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