#ce3048

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

Shades of Brick Red #CE3048

Tints of Brick Red #CE3048

Color information

#CE3048 (or 0xCE3048) is unknown color: approx Brick Red. HEX triplet: CE, 30 and 48. RGB value is (206,48,72). Sum of RGB (Red+Green+Blue) = 206+48+72=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3048 is #31CFB7. Grayscale: #626262. Windows color (decimal): -3264440 or 4731086. OLE color: 4731086.

HSL color Cylindrical-coordinate representation of color #CE3048: hue angle of 350.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3048 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2064872-
CMYK00.770.650.19
HSL350.89º62.2%49.8%-
HSV(B)350.89º76.7%80.78%-
XYZ27.6815.77.7-
YUV97.98113.35205.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.19%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=63.19%
G=14.72%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206487200.770.650.19350.8962.249.8
HexCE304804D411315f3e32
Octal316601100115101235377662
Binary11001110110000100100001001101100000110011101011111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3048; }

 p { color: rgb(206,48,72); }

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

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

 a { background-color: rgb(206,48,72); }

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

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

 span { border-color: rgb(206,48,72); }

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