Html Css Color HEX #E02F38 Alizarin

📋 copy color: '#E02F38'

red 224 ◦ green 47 ◦ blue 56

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

Shades of Alizarin #E02F38

Tints of Alizarin #E02F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 68.5%
G = 14.37%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E02F38 (or 0xE02F38) is known color: Alizarin. HEX triplet: E0, 2F and 38. RGB value is (224,47,56). Sum of RGB (Red+Green+Blue) = 224+47+56=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F38 is #1FD0C7. Grayscale: #656565. Windows color (decimal): -2085064 or 3682272. OLE color: 3682272.

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

Color convert

RGB 224 47 56 -
CMYK 0 0.79 0.75 0.12
HSL 356.95º 0.74% 0.53% -
HSV(B) 356.95º 0.79% 0.88% -
XYZ 32.47 18.17 5.54 -
YUV 100.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 224 47 56 0 0.79 0.75 0.12 356.95 0.74 0.53
Hex E0 2F 38 0 4F 4B C 165 4A 35
Octal 340 57 70 0 117 113 14 545 112 65
Binary 11100000 101111 111000 0 1001111 1001011 1100 101100101 1001010 110101

Color Harmonies of #E02F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F38

Black with #E02F38

Text Example


Text Example

White with #E02F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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