#CC2E46

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

Shades of Brick Red #CC2E46

Tints of Brick Red #CC2E46

Color information

#CC2E46 (or 0xCC2E46) is unknown color: approx Brick Red. HEX triplet: CC, 2E and 46. RGB value is (204,46,70). Sum of RGB (Red+Green+Blue) = 204+46+70=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E46 is #33D1B9. Grayscale: #606060. Windows color (decimal): -3396026 or 4599500. OLE color: 4599500.

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

Color convert

RGB2044670-
CMYK00.770.660.2
HSL350.89º63.2%49.02%-
HSV(B)350.89º77.45%80%-
XYZ26.9815.237.31-
YUV95.98113.35205.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=63.75%
G=14.38%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204467000.770.660.2350.8963.249.02
HexCC2E4604D421415f3f31
Octal314561060115102245377761
Binary11001100101110100011001001101100001010100101011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2E46; }

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

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

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

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

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

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

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

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