Html Css Color HEX #E1160D Scarlet

📋 copy color: '#E1160D'

red 225 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #E1160D

Tints of Scarlet #E1160D

RGB

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

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

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

R = 86.54%
G = 8.46%
B = 5%

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

#E1160D (or 0xE1160D) is known color: Scarlet. HEX triplet: E1, 16 and 0D. RGB value is (225,22,13). Sum of RGB (Red+Green+Blue) = 225+22+13=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1160D is #1EE9F2. Grayscale: #515151. Windows color (decimal): -2025971 or 857825. OLE color: 857825.

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

Color convert

RGB 225 22 13 -
CMYK 0 0.90 0.94 0.12
HSL 2.55º 0.89% 0.47% -
HSV(B) 2.55º 0.94% 0.88% -
XYZ 31.41 16.61 1.93 -
YUV 81.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 225 22 13 0 0.90 0.94 0.12 2.55 0.89 0.47
Hex E1 16 D 0 5A 5E C 3 59 2F
Octal 341 26 15 0 132 136 14 3 131 57
Binary 11100001 10110 1101 0 1011010 1011110 1100 11 1011001 101111

Color Harmonies of #E1160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1160D

Black with #E1160D

Text Example


Text Example

White with #E1160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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