Html Css Color HEX #E1180D Scarlet

📋 copy color: '#E1180D'

red 225 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #E1180D

Tints of Scarlet #E1180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 85.88%
G = 9.16%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1180D (or 0xE1180D) is known color: Scarlet. HEX triplet: E1, 18 and 0D. RGB value is (225,24,13). Sum of RGB (Red+Green+Blue) = 225+24+13=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E1180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1180D is #1EE7F2. Grayscale: #535353. Windows color (decimal): -2025459 or 858337. OLE color: 858337.

HSL color Cylindrical-coordinate representation of color #E1180D: hue angle of 3.11º degrees, saturation: 0.89, 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 #E1180D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 13 -
CMYK 0 0.89 0.94 0.12
HSL 3.11º 0.89% 0.47% -
HSV(B) 3.11º 0.94% 0.88% -
XYZ 31.45 16.69 1.94 -
YUV 82.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 225 24 13 0 0.89 0.94 0.12 3.11 0.89 0.47
Hex E1 18 D 0 59 5E C 3 59 2F
Octal 341 30 15 0 131 136 14 3 131 57
Binary 11100001 11000 1101 0 1011001 1011110 1100 11 1011001 101111

Color Harmonies of #E1180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1180D

Black with #E1180D

Text Example


Text Example

White with #E1180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1180D; }

 p { color: rgb(225,24,13); }

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

background-color css

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

 a { background-color: rgb(225,24,13); }

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

border-color css

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

 span { border-color: rgb(225,24,13); }

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