Html Css Color HEX #E11801 Scarlet

📋 copy color: '#E11801'

red 225 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #E11801

Tints of Scarlet #E11801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 90%
G = 9.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E11801 (or 0xE11801) is known color: Scarlet. HEX triplet: E1, 18 and 01. RGB value is (225,24,1). Sum of RGB (Red+Green+Blue) = 225+24+1=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E11801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11801 is #1EE7FE. Grayscale: #515151. Windows color (decimal): -2025471 or 71905. OLE color: 71905.

HSL color Cylindrical-coordinate representation of color #E11801: hue angle of 6.16º 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 #E11801 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 1 -
CMYK 0 0.89 1.00 0.12
HSL 6.16º 0.99% 0.44% -
HSV(B) 6.16º 1% 0.88% -
XYZ 31.38 16.66 1.59 -
YUV 81.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 225 24 1 0 0.89 1.00 0.12 6.16 0.99 0.44
Hex E1 18 1 0 59 64 C 6 63 2C
Octal 341 30 1 0 131 144 14 6 143 54
Binary 11100001 11000 1 0 1011001 1100100 1100 110 1100011 101100

Color Harmonies of #E11801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11801

Black with #E11801

Text Example


Text Example

White with #E11801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11801; }

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

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

background-color css

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

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

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

border-color css

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

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

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