Html Css Color HEX #E11701 Scarlet

📋 copy color: '#E11701'

red 225 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #E11701

Tints of Scarlet #E11701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 90.36%
G = 9.24%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E11701 (or 0xE11701) is known color: Scarlet. HEX triplet: E1, 17 and 01. RGB value is (225,23,1). Sum of RGB (Red+Green+Blue) = 225+23+1=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E11701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11701 is #1EE8FE. Grayscale: #515151. Windows color (decimal): -2025727 or 71649. OLE color: 71649.

HSL color Cylindrical-coordinate representation of color #E11701: hue angle of 5.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E11701 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 1 -
CMYK 0 0.90 1.00 0.12
HSL 5.89º 0.99% 0.44% -
HSV(B) 5.89º 1% 0.88% -
XYZ 31.36 16.62 1.58 -
YUV 80.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 225 23 1 0 0.90 1.00 0.12 5.89 0.99 0.44
Hex E1 17 1 0 5A 64 C 6 63 2C
Octal 341 27 1 0 132 144 14 6 143 54
Binary 11100001 10111 1 0 1011010 1100100 1100 110 1100011 101100

Color Harmonies of #E11701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11701

Black with #E11701

Text Example


Text Example

White with #E11701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11701; }

 p { color: rgb(225,23,1); }

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

background-color css

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

 a { background-color: rgb(225,23,1); }

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

border-color css

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

 span { border-color: rgb(225,23,1); }

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