Html Css Color HEX #E11A11 Scarlet

📋 copy color: '#E11A11'

red 225 ◦ green 26 ◦ blue 17

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

Shades of Scarlet #E11A11

Tints of Scarlet #E11A11

RGB

 RED value IS 225 (88.28% from 255) = 83.96%

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

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

R = 83.96%
G = 9.7%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11A11 (or 0xE11A11) is known color: Scarlet. HEX triplet: E1, 1A and 11. RGB value is (225,26,17). Sum of RGB (Red+Green+Blue) = 225+26+17=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A11 is #1EE5EE. Grayscale: #545454. Windows color (decimal): -2024943 or 1120993. OLE color: 1120993.

HSL color Cylindrical-coordinate representation of color #E11A11: hue angle of 2.6º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11A11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 17 -
CMYK 0 0.88 0.92 0.12
HSL 2.6º 0.86% 0.47% -
HSV(B) 2.6º 0.92% 0.88% -
XYZ 31.52 16.79 2.11 -
YUV 84.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 225 26 17 0 0.88 0.92 0.12 2.6 0.86 0.47
Hex E1 1A 11 0 58 5C C 3 56 2F
Octal 341 32 21 0 130 134 14 3 126 57
Binary 11100001 11010 10001 0 1011000 1011100 1100 11 1010110 101111

Color Harmonies of #E11A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A11

Black with #E11A11

Text Example


Text Example

White with #E11A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A11; }

 p { color: rgb(225,26,17); }

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

background-color css

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

 a { background-color: rgb(225,26,17); }

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

border-color css

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

 span { border-color: rgb(225,26,17); }

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