Html Css Color HEX #E01300 Scarlet

📋 copy color: '#E01300'

red 224 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #E01300

Tints of Scarlet #E01300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 92.18%
G = 7.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E01300 (or 0xE01300) is known color: Scarlet. HEX triplet: E0, 13 and 00. RGB value is (224,19,0). Sum of RGB (Red+Green+Blue) = 224+19+0=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E01300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01300 is #1FECFF. Grayscale: #4E4E4E. Windows color (decimal): -2092288 or 5088. OLE color: 5088.

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

Color convert

RGB 224 19 0 -
CMYK 0 0.92 1 0.12
HSL 5.09º 1% 0.44% -
HSV(B) 5.09º 1% 0.88% -
XYZ 30.97 16.31 1.52 -
YUV 78.13 83.92 232.04 -
System Red Green Blue C M Y K H S L
Decimal 224 19 0 0 0.92 1 0.12 5.09 1 0.44
Hex E0 13 0 0 5C 64 C 5 64 2C
Octal 340 23 0 0 134 144 14 5 144 54
Binary 11100000 10011 0 0 1011100 1100100 1100 101 1100100 101100

Color Harmonies of #E01300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01300

Black with #E01300

Text Example


Text Example

White with #E01300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01300; }

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

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

background-color css

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

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

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

border-color css

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

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

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