Html Css Color HEX #E6282E Alizarin

📋 copy color: '#E6282E'

red 230 ◦ green 40 ◦ blue 46

#E6282E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E6282E

Tints of Alizarin #E6282E

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 value IS 0

 M value IS 0.83

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6282E (or 0xE6282E) is known color: 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

RGB 230 40 46 -
CMYK 0 0.83 0.8 0.10
HSL 358.11º 0.79% 0.53% -
HSV(B) 358.11º 0.83% 0.9% -
XYZ 33.89 18.54 4.38 -
YUV 97.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 230 40 46 0 0.83 0.8 0.10 358.11 0.79 0.53
Hex E6 28 2E 0 53 50 A 166 4F 35
Octal 346 50 56 0 123 120 12 546 117 65
Binary 11100110 101000 101110 0 1010011 1010000 1010 101100110 1001111 110101

Color Harmonies of #E6282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6282E

Black with #E6282E

Text Example


Text Example

White with #E6282E

Text Example


Text Example

HTML Codes & Css Web 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>