Html Css Color HEX #E6202D Alizarin

📋 copy color: '#E6202D'

red 230 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #E6202D

Tints of Alizarin #E6202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 74.92%
G = 10.42%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E6202D (or 0xE6202D) is known color: Alizarin. HEX triplet: E6, 20 and 2D. RGB value is (230,32,45). Sum of RGB (Red+Green+Blue) = 230+32+45=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6202D is #19DFD2. Grayscale: #5C5C5C. Windows color (decimal): -1695699 or 2957542. OLE color: 2957542.

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

Color convert

RGB 230 32 45 -
CMYK 0 0.86 0.80 0.10
HSL 356.06º 0.8% 0.51% -
HSV(B) 356.06º 0.86% 0.9% -
XYZ 33.62 18.05 4.19 -
YUV 92.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 230 32 45 0 0.86 0.80 0.10 356.06 0.8 0.51
Hex E6 20 2D 0 56 50 A 164 50 33
Octal 346 40 55 0 126 120 12 544 120 63
Binary 11100110 100000 101101 0 1010110 1010000 1010 101100100 1010000 110011

Color Harmonies of #E6202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6202D

Black with #E6202D

Text Example


Text Example

White with #E6202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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