Html Css Color HEX #E6282A Alizarin

📋 copy color: '#E6282A'

red 230 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #E6282A

Tints of Alizarin #E6282A

RGB

 RED value IS 230 (90.23% from 255) = 73.72%

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 73.72%
G = 12.82%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6282A (or 0xE6282A) is known color: Alizarin. HEX triplet: E6, 28 and 2A. RGB value is (230,40,42). Sum of RGB (Red+Green+Blue) = 230+40+42=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6282A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6282A is #19D7D5. Grayscale: #616161. Windows color (decimal): -1693654 or 2762982. OLE color: 2762982.

HSL color Cylindrical-coordinate representation of color #E6282A: hue angle of 359.37º 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 #E6282A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 40 42 -
CMYK 0 0.83 0.82 0.10
HSL 359.37º 0.79% 0.53% -
HSV(B) 359.37º 0.83% 0.9% -
XYZ 33.81 18.51 3.98 -
YUV 97.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 230 40 42 0 0.83 0.82 0.10 359.37 0.79 0.53
Hex E6 28 2A 0 53 52 A 167 4F 35
Octal 346 50 52 0 123 122 12 547 117 65
Binary 11100110 101000 101010 0 1010011 1010010 1010 101100111 1001111 110101

Color Harmonies of #E6282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6282A

Black with #E6282A

Text Example


Text Example

White with #E6282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6282A; }

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

 H1.HeaderClassName
 {
   color: #E6282A;
 }
 .AnyTagClassName
 {
   color: #E6282A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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