Html Css Color HEX #E11600 Scarlet

📋 copy color: '#E11600'

red 225 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #E11600

Tints of Scarlet #E11600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.09%
G = 8.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E11600 (or 0xE11600) is known color: Scarlet. HEX triplet: E1, 16 and 00. RGB value is (225,22,0). Sum of RGB (Red+Green+Blue) = 225+22+0=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E11600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11600 is #1EE9FF. Grayscale: #505050. Windows color (decimal): -2025984 or 5857. OLE color: 5857.

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

Color convert

RGB 225 22 0 -
CMYK 0 0.90 1 0.12
HSL 5.87º 1% 0.44% -
HSV(B) 5.87º 1% 0.88% -
XYZ 31.34 16.58 1.55 -
YUV 80.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 225 22 0 0 0.90 1 0.12 5.87 1 0.44
Hex E1 16 0 0 5A 64 C 6 64 2C
Octal 341 26 0 0 132 144 14 6 144 54
Binary 11100001 10110 0 0 1011010 1100100 1100 110 1100100 101100

Color Harmonies of #E11600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11600

Black with #E11600

Text Example


Text Example

White with #E11600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11600; }

 p { color: rgb(225,22,0); }

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

background-color css

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

 a { background-color: rgb(225,22,0); }

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

border-color css

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

 span { border-color: rgb(225,22,0); }

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