Html Css Color HEX #E0140F Scarlet

📋 copy color: '#E0140F'

red 224 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #E0140F

Tints of Scarlet #E0140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 86.49%
G = 7.72%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0140F (or 0xE0140F) is known color: Scarlet. HEX triplet: E0, 14 and 0F. RGB value is (224,20,15). Sum of RGB (Red+Green+Blue) = 224+20+15=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E0140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0140F is #1FEBF0. Grayscale: #505050. Windows color (decimal): -2092017 or 988384. OLE color: 988384.

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

Color convert

RGB 224 20 15 -
CMYK 0 0.91 0.93 0.12
HSL 1.44º 0.87% 0.47% -
HSV(B) 1.44º 0.93% 0.88% -
XYZ 31.08 16.38 1.98 -
YUV 80.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 224 20 15 0 0.91 0.93 0.12 1.44 0.87 0.47
Hex E0 14 F 0 5B 5D C 1 57 2F
Octal 340 24 17 0 133 135 14 1 127 57
Binary 11100000 10100 1111 0 1011011 1011101 1100 1 1010111 101111

Color Harmonies of #E0140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0140F

Black with #E0140F

Text Example


Text Example

White with #E0140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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