#CE3D49

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

Shades of Brick Red #CE3D49

Tints of Brick Red #CE3D49

Color information

#CE3D49 (or 0xCE3D49) is unknown color: approx Brick Red. HEX triplet: CE, 3D and 49. RGB value is (206,61,73). Sum of RGB (Red+Green+Blue) = 206+61+73=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D49 is #31C2B6. Grayscale: #696969. Windows color (decimal): -3261111 or 4799950. OLE color: 4799950.

HSL color Cylindrical-coordinate representation of color #CE3D49: hue angle of 355.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D49 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2066173-
CMYK00.700.650.19
HSL355.03º59.67%52.35%-
HSV(B)355.03º70.39%80.78%-
XYZ28.3216.948.08-
YUV105.72109.54199.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=60.59%
G=17.94%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206617300.700.650.19355.0359.6752.35
HexCE3D4904641131633c34
Octal316751110106101235437464
Binary11001110111101100100101000110100000110011101100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3D49; }

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

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

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

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

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

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

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

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