Html Css Color HEX #E31A16 Scarlet

📋 copy color: '#E31A16'

red 227 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #E31A16

Tints of Scarlet #E31A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 82.55%
G = 9.45%
B = 8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E31A16 (or 0xE31A16) is known color: Scarlet. HEX triplet: E3, 1A and 16. RGB value is (227,26,22). Sum of RGB (Red+Green+Blue) = 227+26+22=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31A16 is #1CE5E9. Grayscale: #555555. Windows color (decimal): -1893866 or 1448675. OLE color: 1448675.

HSL color Cylindrical-coordinate representation of color #E31A16: hue angle of 1.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31A16 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 22 -
CMYK 0 0.89 0.90 0.11
HSL 1.17º 0.82% 0.49% -
HSV(B) 1.17º 0.9% 0.89% -
XYZ 32.19 17.13 2.37 -
YUV 85.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 227 26 22 0 0.89 0.90 0.11 1.17 0.82 0.49
Hex E3 1A 16 0 59 5A B 1 52 31
Octal 343 32 26 0 131 132 13 1 122 61
Binary 11100011 11010 10110 0 1011001 1011010 1011 1 1010010 110001

Color Harmonies of #E31A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A16

Black with #E31A16

Text Example


Text Example

White with #E31A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A16; }

 p { color: rgb(227,26,22); }

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

background-color css

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

 a { background-color: rgb(227,26,22); }

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

border-color css

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

 span { border-color: rgb(227,26,22); }

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