Html Css Color HEX #E6202E Alizarin

📋 copy color: '#E6202E'

red 230 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #E6202E

Tints of Alizarin #E6202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 74.68%
G = 10.39%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.10

RGB Variations

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

Color information

#E6202E (or 0xE6202E) is known color: Alizarin. HEX triplet: E6, 20 and 2E. RGB value is (230,32,46). Sum of RGB (Red+Green+Blue) = 230+32+46=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6202E is #19DFD1. Grayscale: #5C5C5C. Windows color (decimal): -1695698 or 3023078. OLE color: 3023078.

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

Color convert

RGB 230 32 46 -
CMYK 0 0.86 0.8 0.10
HSL 355.76º 0.8% 0.51% -
HSV(B) 355.76º 0.86% 0.9% -
XYZ 33.64 18.05 4.3 -
YUV 92.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 230 32 46 0 0.86 0.8 0.10 355.76 0.8 0.51
Hex E6 20 2E 0 56 50 A 164 50 33
Octal 346 40 56 0 126 120 12 544 120 63
Binary 11100110 100000 101110 0 1010110 1010000 1010 101100100 1010000 110011

Color Harmonies of #E6202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6202E

Black with #E6202E

Text Example


Text Example

White with #E6202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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