Html Css Color HEX #E01412 Scarlet

📋 copy color: '#E01412'

red 224 ◦ green 20 ◦ blue 18

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

Shades of Scarlet #E01412

Tints of Scarlet #E01412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 85.5%
G = 7.63%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E01412 (or 0xE01412) is known color: Scarlet. HEX triplet: E0, 14 and 12. RGB value is (224,20,18). Sum of RGB (Red+Green+Blue) = 224+20+18=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E01412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01412 is #1FEBED. Grayscale: #505050. Windows color (decimal): -2092014 or 1184992. OLE color: 1184992.

HSL color Cylindrical-coordinate representation of color #E01412: hue angle of 0.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 18 -
CMYK 0 0.91 0.92 0.12
HSL 0.58º 0.85% 0.47% -
HSV(B) 0.58º 0.92% 0.88% -
XYZ 31.1 16.39 2.1 -
YUV 80.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 224 20 18 0 0.91 0.92 0.12 0.58 0.85 0.47
Hex E0 14 12 0 5B 5C C 1 55 2F
Octal 340 24 22 0 133 134 14 1 125 57
Binary 11100000 10100 10010 0 1011011 1011100 1100 1 1010101 101111

Color Harmonies of #E01412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01412

Black with #E01412

Text Example


Text Example

White with #E01412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01412; }

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

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

background-color css

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

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

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

border-color css

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

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

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