Html Css Color HEX #E01413 Scarlet

📋 copy color: '#E01413'

red 224 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #E01413

Tints of Scarlet #E01413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 85.17%
G = 7.6%
B = 7.22%

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

#E01413 (or 0xE01413) is known color: Scarlet. HEX triplet: E0, 14 and 13. RGB value is (224,20,19). Sum of RGB (Red+Green+Blue) = 224+20+19=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E01413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01413 is #1FEBEC. Grayscale: #515151. Windows color (decimal): -2092013 or 1250528. OLE color: 1250528.

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

Color convert

RGB 224 20 19 -
CMYK 0 0.91 0.92 0.12
HSL 0.29º 0.84% 0.48% -
HSV(B) 0.29º 0.92% 0.88% -
XYZ 31.11 16.39 2.14 -
YUV 80.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 224 20 19 0 0.91 0.92 0.12 0.29 0.84 0.48
Hex E0 14 13 0 5B 5C C 0 54 30
Octal 340 24 23 0 133 134 14 0 124 60
Binary 11100000 10100 10011 0 1011011 1011100 1100 0 1010100 110000

Color Harmonies of #E01413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01413

Black with #E01413

Text Example


Text Example

White with #E01413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01413; }

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

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

background-color css

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

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

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

border-color css

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

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

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