#cc2e4b

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

Shades of Brick Red #CC2E4B

Tints of Brick Red #CC2E4B

Color information

#CC2E4B (or 0xCC2E4B) is unknown color: approx Brick Red. HEX triplet: CC, 2E and 4B. RGB value is (204,46,75). Sum of RGB (Red+Green+Blue) = 204+46+75=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E4B is #33D1B4. Grayscale: #606060. Windows color (decimal): -3396021 or 4927180. OLE color: 4927180.

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

Color convert

RGB2044675-
CMYK00.770.630.2
HSL348.99º63.2%49.02%-
HSV(B)348.99º77.45%80%-
XYZ27.1515.38.18-
YUV96.55115.85204.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=62.77%
G=14.15%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204467500.770.630.2348.9963.249.02
HexCC2E4B04D3F1415d3f31
Octal31456113011577245357761
Binary1100110010111010010110100110111111110100101011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2e4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2e4b; }

 p { color: rgb(204,46,75); }

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

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

 a { background-color: rgb(204,46,75); }

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

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

 span { border-color: rgb(204,46,75); }

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