#CE3447

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

Shades of Brick Red #CE3447

Tints of Brick Red #CE3447

Color information

#CE3447 (or 0xCE3447) is unknown color: approx Brick Red. HEX triplet: CE, 34 and 47. RGB value is (206,52,71). Sum of RGB (Red+Green+Blue) = 206+52+71=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3447 is #31CBB8. Grayscale: #646464. Windows color (decimal): -3263417 or 4666574. OLE color: 4666574.

HSL color Cylindrical-coordinate representation of color #CE3447: hue angle of 352.6º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3447 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB2065271-
CMYK00.750.660.19
HSL352.6º61.11%50.59%-
HSV(B)352.6º74.76%80.78%-
XYZ27.8216.037.59-
YUV100.21111.52203.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.61%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=62.61%
G=15.81%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206527100.750.660.19352.661.1150.59
HexCE344704B42131613d33
Octal316641070113102235417563
Binary11001110110100100011101001011100001010011101100001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3447; }

 p { color: rgb(206,52,71); }

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

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

 a { background-color: rgb(206,52,71); }

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

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

 span { border-color: rgb(206,52,71); }

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