#CE303F

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

Shades of Brick Red #CE303F

Tints of Brick Red #CE303F

Color information

#CE303F (or 0xCE303F) is unknown color: approx Brick Red. HEX triplet: CE, 30 and 3F. RGB value is (206,48,63). Sum of RGB (Red+Green+Blue) = 206+48+63=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303F is #31CFC0. Grayscale: #616161. Windows color (decimal): -3264449 or 4141262. OLE color: 4141262.

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

Color convert

RGB2064863-
CMYK00.770.690.19
HSL354.3º62.2%49.8%-
HSV(B)354.3º76.7%80.78%-
XYZ27.4115.596.27-
YUV96.95108.85205.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.98%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 63 (25% from 255) = 19.87%
R=64.98%
G=15.14%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206486300.770.690.19354.362.249.8
HexCE303F04D45131623e32
Octal31660770115105235427662
Binary1100111011000011111101001101100010110011101100010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE303F; }

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

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

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

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

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

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

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

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