#E6282E

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

Shades of Alizarin #E6282E

Tints of Alizarin #E6282E

Color information

#E6282E (or 0xE6282E) is unknown color: approx Alizarin. HEX triplet: E6, 28 and 2E. RGB value is (230,40,46). Sum of RGB (Red+Green+Blue) = 230+40+46=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E6282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6282E is #19D7D1. Grayscale: #616161. Windows color (decimal): -1693650 or 3025126. OLE color: 3025126.

HSL color Cylindrical-coordinate representation of color #E6282E: hue angle of 358.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6282E is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.10.

Color convert

RGB2304046-
CMYK00.830.80.10
HSL358.11º79.17%52.94%-
HSV(B)358.11º82.61%90.2%-
XYZ33.8918.544.38-
YUV97.4998.95222.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 72.78%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=72.78%
G=12.66%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.8
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230404600.830.80.10358.1179.1752.94
HexE6282E05350A1664f35
Octal346505601231201254611765
Binary1110011010100010111001010011101000010101011001101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6282E; }

 p { color: rgb(230,40,46); }

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

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

 a { background-color: rgb(230,40,46); }

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

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

 span { border-color: rgb(230,40,46); }

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