Html Css Color HEX #E1170C Scarlet

📋 copy color: '#E1170C'

red 225 ◦ green 23 ◦ blue 12

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

Shades of Scarlet #E1170C

Tints of Scarlet #E1170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 86.54%
G = 8.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1170C (or 0xE1170C) is known color: Scarlet. HEX triplet: E1, 17 and 0C. RGB value is (225,23,12). Sum of RGB (Red+Green+Blue) = 225+23+12=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E1170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1170C is #1EE8F3. Grayscale: #525252. Windows color (decimal): -2025716 or 792545. OLE color: 792545.

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

Color convert

RGB 225 23 12 -
CMYK 0 0.90 0.95 0.12
HSL 3.1º 0.9% 0.46% -
HSV(B) 3.1º 0.95% 0.88% -
XYZ 31.42 16.65 1.9 -
YUV 82.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 225 23 12 0 0.90 0.95 0.12 3.1 0.9 0.46
Hex E1 17 C 0 5A 5F C 3 5A 2E
Octal 341 27 14 0 132 137 14 3 132 56
Binary 11100001 10111 1100 0 1011010 1011111 1100 11 1011010 101110

Color Harmonies of #E1170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1170C

Black with #E1170C

Text Example


Text Example

White with #E1170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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