#CC3547

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

Shades of Brick Red #CC3547

Tints of Brick Red #CC3547

Color information

#CC3547 (or 0xCC3547) is unknown color: approx Brick Red. HEX triplet: CC, 35 and 47. RGB value is (204,53,71). Sum of RGB (Red+Green+Blue) = 204+53+71=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3547 is #33CAB8. Grayscale: #646464. Windows color (decimal): -3394233 or 4666828. OLE color: 4666828.

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

Color convert

RGB2045371-
CMYK00.740.650.2
HSL352.85º59.68%50.39%-
HSV(B)352.85º74.02%80%-
XYZ27.3115.847.58-
YUV100.2111.53202.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.20%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=62.20%
G=16.16%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204537100.740.650.2352.8559.6850.39
HexCC354704A41141613c32
Octal314651070112101245417462
Binary11001100110101100011101001010100000110100101100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3547; }

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

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

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

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

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

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

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

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