Html Css Color HEX #E01400 Scarlet

📋 copy color: '#E01400'

red 224 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #E01400

Tints of Scarlet #E01400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

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

R = 91.8%
G = 8.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01400 (or 0xE01400) is known color: Scarlet. HEX triplet: E0, 14 and 00. RGB value is (224,20,0). Sum of RGB (Red+Green+Blue) = 224+20+0=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E01400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01400 is #1FEBFF. Grayscale: #4F4F4F. Windows color (decimal): -2092032 or 5344. OLE color: 5344.

HSL color Cylindrical-coordinate representation of color #E01400: hue angle of 5.36º 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 #E01400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 0 -
CMYK 0 0.91 1 0.12
HSL 5.36º 1% 0.44% -
HSV(B) 5.36º 1% 0.88% -
XYZ 30.99 16.35 1.52 -
YUV 78.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 224 20 0 0 0.91 1 0.12 5.36 1 0.44
Hex E0 14 0 0 5B 64 C 5 64 2C
Octal 340 24 0 0 133 144 14 5 144 54
Binary 11100000 10100 0 0 1011011 1100100 1100 101 1100100 101100

Color Harmonies of #E01400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01400

Black with #E01400

Text Example


Text Example

White with #E01400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01400; }

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

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

background-color css

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

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

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

border-color css

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

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

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