Html Css Color HEX #E02730 Alizarin

📋 copy color: '#E02730'

red 224 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #E02730

Tints of Alizarin #E02730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 72.03%
G = 12.54%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02730 (or 0xE02730) is known color: Alizarin. HEX triplet: E0, 27 and 30. RGB value is (224,39,48). Sum of RGB (Red+Green+Blue) = 224+39+48=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E02730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02730 is #1FD8CF. Grayscale: #5F5F5F. Windows color (decimal): -2087120 or 3155936. OLE color: 3155936.

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

Color convert

RGB 224 39 48 -
CMYK 0 0.83 0.79 0.12
HSL 357.08º 0.75% 0.52% -
HSV(B) 357.08º 0.83% 0.88% -
XYZ 32 17.51 4.49 -
YUV 95.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 224 39 48 0 0.83 0.79 0.12 357.08 0.75 0.52
Hex E0 27 30 0 53 4F C 165 4B 34
Octal 340 47 60 0 123 117 14 545 113 64
Binary 11100000 100111 110000 0 1010011 1001111 1100 101100101 1001011 110100

Color Harmonies of #E02730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02730

Black with #E02730

Text Example


Text Example

White with #E02730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02730; }

 p { color: rgb(224,39,48); }

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

background-color css

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

 a { background-color: rgb(224,39,48); }

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

border-color css

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

 span { border-color: rgb(224,39,48); }

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