#CE2B3F

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

Shades of Brick Red #CE2B3F

Tints of Brick Red #CE2B3F

Color information

#CE2B3F (or 0xCE2B3F) is unknown color: approx Brick Red. HEX triplet: CE, 2B and 3F. RGB value is (206,43,63). Sum of RGB (Red+Green+Blue) = 206+43+63=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B3F is #31D4C0. Grayscale: #5E5E5E. Windows color (decimal): -3265729 or 4139982. OLE color: 4139982.

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

Color convert

RGB2064363-
CMYK00.790.690.19
HSL352.64º65.46%48.82%-
HSV(B)352.64º79.13%80.78%-
XYZ27.2115.216.2-
YUV94.02110.5207.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.03%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 63 (25% from 255) = 20.19%
R=66.03%
G=13.78%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206436300.790.690.19352.6465.4648.82
HexCE2B3F04F45131614131
Octal316537701171052354110161
Binary11001110101011111111010011111000101100111011000011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B3F; }

 p { color: rgb(206,43,63); }

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

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

 a { background-color: rgb(206,43,63); }

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

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

 span { border-color: rgb(206,43,63); }

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