#CC3747

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

Shades of Brick Red #CC3747

Tints of Brick Red #CC3747

Color information

#CC3747 (or 0xCC3747) is unknown color: approx Brick Red. HEX triplet: CC, 37 and 47. RGB value is (204,55,71). Sum of RGB (Red+Green+Blue) = 204+55+71=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3747 is #33C8B8. Grayscale: #656565. Windows color (decimal): -3393721 or 4667340. OLE color: 4667340.

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

Color convert

RGB2045571-
CMYK00.730.650.2
HSL353.56º59.36%50.78%-
HSV(B)353.56º73.04%80%-
XYZ27.4116.027.61-
YUV101.37110.86201.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=61.82%
G=16.67%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204557100.730.650.2353.5659.3650.78
HexCC374704941141623b33
Octal314671070111101245427363
Binary11001100110111100011101001001100000110100101100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3747; }

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

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

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

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

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

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

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

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