Html Css Color HEX #E01414 Scarlet

📋 copy color: '#E01414'

red 224 ◦ green 20 ◦ blue 20

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

Shades of Scarlet #E01414

Tints of Scarlet #E01414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 84.85%
G = 7.58%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01414 (or 0xE01414) is known color: Scarlet. HEX triplet: E0, 14 and 14. RGB value is (224,20,20). Sum of RGB (Red+Green+Blue) = 224+20+20=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E01414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01414 is #1FEBEB. Grayscale: #515151. Windows color (decimal): -2092012 or 1316064. OLE color: 1316064.

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

Color convert

RGB 224 20 20 -
CMYK 0 0.91 0.91 0.12
HSL 0.84% 0.48% -
HSV(B) 0.91% 0.88% -
XYZ 31.12 16.4 2.19 -
YUV 81 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 224 20 20 0 0.91 0.91 0.12 0 0.84 0.48
Hex E0 14 14 0 5B 5B C 0 54 30
Octal 340 24 24 0 133 133 14 0 124 60
Binary 11100000 10100 10100 0 1011011 1011011 1100 0 1010100 110000

Color Harmonies of #E01414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01414

Black with #E01414

Text Example


Text Example

White with #E01414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01414; }

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

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

background-color css

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

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

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

border-color css

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

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

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