#CE3B4E

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

Shades of Brick Red #CE3B4E

Tints of Brick Red #CE3B4E

Color information

#CE3B4E (or 0xCE3B4E) is unknown color: approx Brick Red. HEX triplet: CE, 3B and 4E. RGB value is (206,59,78). Sum of RGB (Red+Green+Blue) = 206+59+78=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B4E is #31C4B1. Grayscale: #696969. Windows color (decimal): -3261618 or 5127118. OLE color: 5127118.

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

Color convert

RGB2065978-
CMYK00.710.620.19
HSL352.24º60%51.96%-
HSV(B)352.24º71.36%80.78%-
XYZ28.3916.88.95-
YUV105.12112.7199.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.06%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=60.06%
G=17.20%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206597800.710.620.19352.246051.96
HexCE3B4E0473E131603c34
Octal31673116010776235407464
Binary1100111011101110011100100011111111010011101100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3B4E; }

 p { color: rgb(206,59,78); }

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

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

 a { background-color: rgb(206,59,78); }

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

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

 span { border-color: rgb(206,59,78); }

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