Html Css Color HEX #E02A2F Alizarin

📋 copy color: '#E02A2F'

red 224 ◦ green 42 ◦ blue 47

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

Shades of Alizarin #E02A2F

Tints of Alizarin #E02A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 71.57%
G = 13.42%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02A2F (or 0xE02A2F) is known color: Alizarin. HEX triplet: E0, 2A and 2F. RGB value is (224,42,47). Sum of RGB (Red+Green+Blue) = 224+42+47=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A2F is #1FD5D0. Grayscale: #616161. Windows color (decimal): -2086353 or 3091168. OLE color: 3091168.

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

Color convert

RGB 224 42 47 -
CMYK 0 0.81 0.79 0.12
HSL 358.35º 0.75% 0.52% -
HSV(B) 358.35º 0.81% 0.88% -
XYZ 32.08 17.71 4.42 -
YUV 96.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 224 42 47 0 0.81 0.79 0.12 358.35 0.75 0.52
Hex E0 2A 2F 0 51 4F C 166 4B 34
Octal 340 52 57 0 121 117 14 546 113 64
Binary 11100000 101010 101111 0 1010001 1001111 1100 101100110 1001011 110100

Color Harmonies of #E02A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A2F

Black with #E02A2F

Text Example


Text Example

White with #E02A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A2F; }

 p { color: rgb(224,42,47); }

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

background-color css

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

 a { background-color: rgb(224,42,47); }

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

border-color css

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

 span { border-color: rgb(224,42,47); }

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