Html Css Color HEX #E11E00 Scarlet

📋 copy color: '#E11E00'

red 225 ◦ green 30 ◦ blue 0

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

Shades of Scarlet #E11E00

Tints of Scarlet #E11E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 88.24%
G = 11.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E11E00 (or 0xE11E00) is known color: Scarlet. HEX triplet: E1, 1E and 00. RGB value is (225,30,0). Sum of RGB (Red+Green+Blue) = 225+30+0=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11E00 is #1EE1FF. Grayscale: #555555. Windows color (decimal): -2023936 or 7905. OLE color: 7905.

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

Color convert

RGB 225 30 0 -
CMYK 0 0.87 1 0.12
HSL 1% 0.44% -
HSV(B) 1% 0.88% -
XYZ 31.52 16.94 1.61 -
YUV 84.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 225 30 0 0 0.87 1 0.12 8 1 0.44
Hex E1 1E 0 0 57 64 C 8 64 2C
Octal 341 36 0 0 127 144 14 10 144 54
Binary 11100001 11110 0 0 1010111 1100100 1100 1000 1100100 101100

Color Harmonies of #E11E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E00

Black with #E11E00

Text Example


Text Example

White with #E11E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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