Html Css Color HEX #E5140E Scarlet

📋 copy color: '#E5140E'

red 229 ◦ green 20 ◦ blue 14

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

Shades of Scarlet #E5140E

Tints of Scarlet #E5140E

RGB

 RED value IS 229 (89.84% from 255) = 87.07%

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 87.07%
G = 7.6%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5140E (or 0xE5140E) is known color: Scarlet. HEX triplet: E5, 14 and 0E. RGB value is (229,20,14). Sum of RGB (Red+Green+Blue) = 229+20+14=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E5140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5140E is #1AEBF1. Grayscale: #525252. Windows color (decimal): -1764338 or 922853. OLE color: 922853.

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

Color convert

RGB 229 20 14 -
CMYK 0 0.91 0.94 0.10
HSL 1.67º 0.88% 0.48% -
HSV(B) 1.67º 0.94% 0.9% -
XYZ 32.64 17.19 2.01 -
YUV 81.81 89.74 232.99 -
System Red Green Blue C M Y K H S L
Decimal 229 20 14 0 0.91 0.94 0.10 1.67 0.88 0.48
Hex E5 14 E 0 5B 5E A 2 58 30
Octal 345 24 16 0 133 136 12 2 130 60
Binary 11100101 10100 1110 0 1011011 1011110 1010 10 1011000 110000

Color Harmonies of #E5140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5140E

Black with #E5140E

Text Example


Text Example

White with #E5140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5140E; }

 p { color: rgb(229,20,14); }

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

background-color css

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

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

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

border-color css

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

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

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