Html Css Color HEX #E1170E Scarlet

📋 copy color: '#E1170E'

red 225 ◦ green 23 ◦ blue 14

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

Shades of Scarlet #E1170E

Tints of Scarlet #E1170E

RGB

 RED value IS 225 (88.28% from 255) = 85.88%

 GREEN value IS 23 (9.38% from 255) = 8.78%

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

R = 85.88%
G = 8.78%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1170E (or 0xE1170E) is known color: Scarlet. HEX triplet: E1, 17 and 0E. RGB value is (225,23,14). Sum of RGB (Red+Green+Blue) = 225+23+14=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1170E is #1EE8F1. Grayscale: #525252. Windows color (decimal): -2025714 or 923617. OLE color: 923617.

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

Color convert

RGB 225 23 14 -
CMYK 0 0.90 0.94 0.12
HSL 2.56º 0.88% 0.47% -
HSV(B) 2.56º 0.94% 0.88% -
XYZ 31.44 16.65 1.97 -
YUV 82.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 225 23 14 0 0.90 0.94 0.12 2.56 0.88 0.47
Hex E1 17 E 0 5A 5E C 3 58 2F
Octal 341 27 16 0 132 136 14 3 130 57
Binary 11100001 10111 1110 0 1011010 1011110 1100 11 1011000 101111

Color Harmonies of #E1170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1170E

Black with #E1170E

Text Example


Text Example

White with #E1170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1170E; }

 p { color: rgb(225,23,14); }

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

background-color css

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

 a { background-color: rgb(225,23,14); }

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

border-color css

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

 span { border-color: rgb(225,23,14); }

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