#CC2546

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

Shades of Brick Red #CC2546

Tints of Brick Red #CC2546

Color information

#CC2546 (or 0xCC2546) is unknown color: approx Brick Red. HEX triplet: CC, 25 and 46. RGB value is (204,37,70). Sum of RGB (Red+Green+Blue) = 204+37+70=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2546 is #33DAB9. Grayscale: #5A5A5A. Windows color (decimal): -3398330 or 4597196. OLE color: 4597196.

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

Color convert

RGB2043770-
CMYK00.820.660.2
HSL348.14º69.29%47.25%-
HSV(B)348.14º81.86%80%-
XYZ26.6714.67.21-
YUV90.7116.33208.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.59%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=65.59%
G=11.90%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204377000.820.660.2348.1469.2947.25
HexCC2546052421415c452f
Octal3144510601221022453410557
Binary110011001001011000110010100101000010101001010111001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2546; }

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

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

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

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

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

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

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

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