Html Css Color HEX #E1150E Scarlet

📋 copy color: '#E1150E'

red 225 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #E1150E

Tints of Scarlet #E1150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 86.54%
G = 8.08%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1150E (or 0xE1150E) is known color: Scarlet. HEX triplet: E1, 15 and 0E. RGB value is (225,21,14). Sum of RGB (Red+Green+Blue) = 225+21+14=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1150E is #1EEAF1. Grayscale: #515151. Windows color (decimal): -2026226 or 923105. OLE color: 923105.

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

Color convert

RGB 225 21 14 -
CMYK 0 0.91 0.94 0.12
HSL 1.99º 0.88% 0.47% -
HSV(B) 1.99º 0.94% 0.88% -
XYZ 31.4 16.58 1.96 -
YUV 81.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 225 21 14 0 0.91 0.94 0.12 1.99 0.88 0.47
Hex E1 15 E 0 5B 5E C 2 58 2F
Octal 341 25 16 0 133 136 14 2 130 57
Binary 11100001 10101 1110 0 1011011 1011110 1100 10 1011000 101111

Color Harmonies of #E1150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1150E

Black with #E1150E

Text Example


Text Example

White with #E1150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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