Html Css Color HEX #E31610 Scarlet

📋 copy color: '#E31610'

red 227 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #E31610

Tints of Scarlet #E31610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 85.66%
G = 8.3%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E31610 (or 0xE31610) is known color: Scarlet. HEX triplet: E3, 16 and 10. RGB value is (227,22,16). Sum of RGB (Red+Green+Blue) = 227+22+16=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E31610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31610 is #1CE9EF. Grayscale: #525252. Windows color (decimal): -1894896 or 1054435. OLE color: 1054435.

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

Color convert

RGB 227 22 16 -
CMYK 0 0.90 0.93 0.11
HSL 1.71º 0.87% 0.48% -
HSV(B) 1.71º 0.93% 0.89% -
XYZ 32.06 16.94 2.07 -
YUV 82.61 90.42 230.99 -
System Red Green Blue C M Y K H S L
Decimal 227 22 16 0 0.90 0.93 0.11 1.71 0.87 0.48
Hex E3 16 10 0 5A 5D B 2 57 30
Octal 343 26 20 0 132 135 13 2 127 60
Binary 11100011 10110 10000 0 1011010 1011101 1011 10 1010111 110000

Color Harmonies of #E31610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31610

Black with #E31610

Text Example


Text Example

White with #E31610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31610; }

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

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

background-color css

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

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

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

border-color css

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

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

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