Html Css Color HEX #E31C11 Scarlet

📋 copy color: '#E31C11'

red 227 ◦ green 28 ◦ blue 17

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

Shades of Scarlet #E31C11

Tints of Scarlet #E31C11

RGB

 RED value IS 227 (89.06% from 255) = 83.46%

 GREEN value IS 28 (11.33% from 255) = 10.29%

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 83.46%
G = 10.29%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E31C11 (or 0xE31C11) is known color: Scarlet. HEX triplet: E3, 1C and 11. RGB value is (227,28,17). Sum of RGB (Red+Green+Blue) = 227+28+17=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31C11 is #1CE3EE. Grayscale: #565656. Windows color (decimal): -1893359 or 1121507. OLE color: 1121507.

HSL color Cylindrical-coordinate representation of color #E31C11: hue angle of 3.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31C11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 28 17 -
CMYK 0 0.88 0.93 0.11
HSL 3.14º 0.86% 0.48% -
HSV(B) 3.14º 0.93% 0.89% -
XYZ 32.19 17.2 2.15 -
YUV 86.25 88.93 228.39 -
System Red Green Blue C M Y K H S L
Decimal 227 28 17 0 0.88 0.93 0.11 3.14 0.86 0.48
Hex E3 1C 11 0 58 5D B 3 56 30
Octal 343 34 21 0 130 135 13 3 126 60
Binary 11100011 11100 10001 0 1011000 1011101 1011 11 1010110 110000

Color Harmonies of #E31C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C11

Black with #E31C11

Text Example


Text Example

White with #E31C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C11; }

 p { color: rgb(227,28,17); }

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

background-color css

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

 a { background-color: rgb(227,28,17); }

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

border-color css

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

 span { border-color: rgb(227,28,17); }

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