#CC3647

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

Shades of Brick Red #CC3647

Tints of Brick Red #CC3647

Color information

#CC3647 (or 0xCC3647) is unknown color: approx Brick Red. HEX triplet: CC, 36 and 47. RGB value is (204,54,71). Sum of RGB (Red+Green+Blue) = 204+54+71=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3647 is #33C9B8. Grayscale: #646464. Windows color (decimal): -3393977 or 4667084. OLE color: 4667084.

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

Color convert

RGB2045471-
CMYK00.740.650.2
HSL353.2º59.52%50.59%-
HSV(B)353.2º73.53%80%-
XYZ27.3615.937.59-
YUV100.79111.2201.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=62.01%
G=16.41%
B=21.58%

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
Decimal204547100.740.650.2353.259.5250.59
HexCC364704A41141613c33
Octal314661070112101245417463
Binary11001100110110100011101001010100000110100101100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3647; }

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

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

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

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

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

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

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

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