Html Css Color HEX #E5160E Scarlet

📋 copy color: '#E5160E'

red 229 ◦ green 22 ◦ blue 14

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

Shades of Scarlet #E5160E

Tints of Scarlet #E5160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 86.42%
G = 8.3%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5160E (or 0xE5160E) is known color: Scarlet. HEX triplet: E5, 16 and 0E. RGB value is (229,22,14). Sum of RGB (Red+Green+Blue) = 229+22+14=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E5160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5160E is #1AE9F1. Grayscale: #535353. Windows color (decimal): -1763826 or 923365. OLE color: 923365.

HSL color Cylindrical-coordinate representation of color #E5160E: hue angle of 2.23º 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 #E5160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 22 14 -
CMYK 0 0.90 0.94 0.10
HSL 2.23º 0.88% 0.48% -
HSV(B) 2.23º 0.94% 0.9% -
XYZ 32.68 17.26 2.03 -
YUV 82.98 89.08 232.15 -
System Red Green Blue C M Y K H S L
Decimal 229 22 14 0 0.90 0.94 0.10 2.23 0.88 0.48
Hex E5 16 E 0 5A 5E A 2 58 30
Octal 345 26 16 0 132 136 12 2 130 60
Binary 11100101 10110 1110 0 1011010 1011110 1010 10 1011000 110000

Color Harmonies of #E5160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5160E

Black with #E5160E

Text Example


Text Example

White with #E5160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5160E; }

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

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

background-color css

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

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

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

border-color css

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

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

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