Html Css Color HEX #E01200 Scarlet

📋 copy color: '#E01200'

red 224 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #E01200

Tints of Scarlet #E01200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 92.56%
G = 7.44%
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

#E01200 (or 0xE01200) is known color: Scarlet. HEX triplet: E0, 12 and 00. RGB value is (224,18,0). Sum of RGB (Red+Green+Blue) = 224+18+0=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E01200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01200 is #1FEDFF. Grayscale: #4D4D4D. Windows color (decimal): -2092544 or 4832. OLE color: 4832.

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

Color convert

RGB 224 18 0 -
CMYK 0 0.92 1 0.12
HSL 4.82º 1% 0.44% -
HSV(B) 4.82º 1% 0.88% -
XYZ 30.96 16.28 1.51 -
YUV 77.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 224 18 0 0 0.92 1 0.12 4.82 1 0.44
Hex E0 12 0 0 5C 64 C 5 64 2C
Octal 340 22 0 0 134 144 14 5 144 54
Binary 11100000 10010 0 0 1011100 1100100 1100 101 1100100 101100

Color Harmonies of #E01200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01200

Black with #E01200

Text Example


Text Example

White with #E01200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01200; }

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

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

background-color css

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

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

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

border-color css

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

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

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