Html Css Color HEX #E31C15 Scarlet

📋 copy color: '#E31C15'

red 227 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #E31C15

Tints of Scarlet #E31C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 82.25%
G = 10.14%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E31C15 (or 0xE31C15) is known color: Scarlet. HEX triplet: E3, 1C and 15. RGB value is (227,28,21). Sum of RGB (Red+Green+Blue) = 227+28+21=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31C15 is #1CE3EA. Grayscale: #565656. Windows color (decimal): -1893355 or 1383651. OLE color: 1383651.

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

Color convert

RGB 227 28 21 -
CMYK 0 0.88 0.91 0.11
HSL 2.04º 0.83% 0.49% -
HSV(B) 2.04º 0.91% 0.89% -
XYZ 32.23 17.22 2.33 -
YUV 86.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 227 28 21 0 0.88 0.91 0.11 2.04 0.83 0.49
Hex E3 1C 15 0 58 5B B 2 53 31
Octal 343 34 25 0 130 133 13 2 123 61
Binary 11100011 11100 10101 0 1011000 1011011 1011 10 1010011 110001

Color Harmonies of #E31C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C15

Black with #E31C15

Text Example


Text Example

White with #E31C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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