Html Css Color HEX #E02642 Alizarin

📋 copy color: '#E02642'

red 224 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #E02642

Tints of Alizarin #E02642

RGB

 RED value IS 224 (87.89% from 255) = 68.29%

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 68.29%
G = 11.59%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02642 (or 0xE02642) is known color: Alizarin. HEX triplet: E0, 26 and 42. RGB value is (224,38,66). Sum of RGB (Red+Green+Blue) = 224+38+66=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02642 is #1FD9BD. Grayscale: #606060. Windows color (decimal): -2087358 or 4335328. OLE color: 4335328.

HSL color Cylindrical-coordinate representation of color #E02642: hue angle of 350.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02642 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 66 -
CMYK 0 0.83 0.71 0.12
HSL 350.97º 0.75% 0.51% -
HSV(B) 350.97º 0.83% 0.88% -
XYZ 32.42 17.63 6.85 -
YUV 96.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 224 38 66 0 0.83 0.71 0.12 350.97 0.75 0.51
Hex E0 26 42 0 53 47 C 15F 4B 33
Octal 340 46 102 0 123 107 14 537 113 63
Binary 11100000 100110 1000010 0 1010011 1000111 1100 101011111 1001011 110011

Color Harmonies of #E02642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02642

Black with #E02642

Text Example


Text Example

White with #E02642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02642; }

 p { color: rgb(224,38,66); }

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

background-color css

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

 a { background-color: rgb(224,38,66); }

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

border-color css

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

 span { border-color: rgb(224,38,66); }

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