Html Css Color HEX #E01E00 Scarlet

📋 copy color: '#E01E00'

red 224 ◦ green 30 ◦ blue 0

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

Shades of Scarlet #E01E00

Tints of Scarlet #E01E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.19%
G = 11.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01E00 (or 0xE01E00) is known color: Scarlet. HEX triplet: E0, 1E and 00. RGB value is (224,30,0). Sum of RGB (Red+Green+Blue) = 224+30+0=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01E00 is #1FE1FF. Grayscale: #545454. Windows color (decimal): -2089472 or 7904. OLE color: 7904.

HSL color Cylindrical-coordinate representation of color #E01E00: hue angle of 8.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E01E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 0 -
CMYK 0 0.87 1 0.12
HSL 8.04º 1% 0.44% -
HSV(B) 8.04º 1% 0.88% -
XYZ 31.2 16.78 1.59 -
YUV 84.59 80.27 227.44 -
System Red Green Blue C M Y K H S L
Decimal 224 30 0 0 0.87 1 0.12 8.04 1 0.44
Hex E0 1E 0 0 57 64 C 8 64 2C
Octal 340 36 0 0 127 144 14 10 144 54
Binary 11100000 11110 0 0 1010111 1100100 1100 1000 1100100 101100

Color Harmonies of #E01E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E00

Black with #E01E00

Text Example


Text Example

White with #E01E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E00; }

 p { color: rgb(224,30,0); }

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

background-color css

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

 a { background-color: rgb(224,30,0); }

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

border-color css

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

 span { border-color: rgb(224,30,0); }

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