Html Css Color HEX #E31F10 Scarlet

📋 copy color: '#E31F10'

red 227 ◦ green 31 ◦ blue 16

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

Shades of Scarlet #E31F10

Tints of Scarlet #E31F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 82.85%
G = 11.31%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E31F10 (or 0xE31F10) is known color: Scarlet. HEX triplet: E3, 1F and 10. RGB value is (227,31,16). Sum of RGB (Red+Green+Blue) = 227+31+16=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31F10 is #1CE0EF. Grayscale: #585858. Windows color (decimal): -1892592 or 1056739. OLE color: 1056739.

HSL color Cylindrical-coordinate representation of color #E31F10: hue angle of 4.27º degrees, saturation: 0.87, 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 #E31F10 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 31 16 -
CMYK 0 0.86 0.93 0.11
HSL 4.27º 0.87% 0.48% -
HSV(B) 4.27º 0.93% 0.89% -
XYZ 32.26 17.35 2.14 -
YUV 87.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 227 31 16 0 0.86 0.93 0.11 4.27 0.87 0.48
Hex E3 1F 10 0 56 5D B 4 57 30
Octal 343 37 20 0 126 135 13 4 127 60
Binary 11100011 11111 10000 0 1010110 1011101 1011 100 1010111 110000

Color Harmonies of #E31F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F10

Black with #E31F10

Text Example


Text Example

White with #E31F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F10; }

 p { color: rgb(227,31,16); }

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

background-color css

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

 a { background-color: rgb(227,31,16); }

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

border-color css

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

 span { border-color: rgb(227,31,16); }

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