#CE2838

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

Shades of Brick Red #CE2838

Tints of Brick Red #CE2838

Color information

#CE2838 (or 0xCE2838) is unknown color: approx Brick Red. HEX triplet: CE, 28 and 38. RGB value is (206,40,56). Sum of RGB (Red+Green+Blue) = 206+40+56=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2838 is #31D7C7. Grayscale: #5B5B5B. Windows color (decimal): -3266504 or 3680462. OLE color: 3680462.

HSL color Cylindrical-coordinate representation of color #CE2838: hue angle of 354.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2838 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB2064056-
CMYK00.810.730.19
HSL354.22º67.48%48.24%-
HSV(B)354.22º80.58%80.78%-
XYZ26.9314.925.2-
YUV91.46108209.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.21%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=68.21%
G=13.25%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206405600.810.730.19354.2267.4848.24
HexCE283805149131624330
Octal316507001211112354210360
Binary11001110101000111000010100011001001100111011000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2838; }

 p { color: rgb(206,40,56); }

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

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

 a { background-color: rgb(206,40,56); }

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

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

 span { border-color: rgb(206,40,56); }

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