#CE3449

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

Shades of Brick Red #CE3449

Tints of Brick Red #CE3449

Color information

#CE3449 (or 0xCE3449) is unknown color: approx Brick Red. HEX triplet: CE, 34 and 49. RGB value is (206,52,73). Sum of RGB (Red+Green+Blue) = 206+52+73=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3449 is #31CBB6. Grayscale: #646464. Windows color (decimal): -3263415 or 4797646. OLE color: 4797646.

HSL color Cylindrical-coordinate representation of color #CE3449: hue angle of 351.82º 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 #CE3449 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2065273-
CMYK00.750.650.19
HSL351.82º61.11%50.59%-
HSV(B)351.82º74.76%80.78%-
XYZ27.8816.067.93-
YUV100.44112.52203.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.24%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=62.24%
G=15.71%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206527300.750.650.19351.8261.1150.59
HexCE344904B41131603d33
Octal316641110113101235407563
Binary11001110110100100100101001011100000110011101100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3449; }

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

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

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

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

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

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

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

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