Html Css Color HEX #E11D05 Scarlet

📋 copy color: '#E11D05'

red 225 ◦ green 29 ◦ blue 5

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

Shades of Scarlet #E11D05

Tints of Scarlet #E11D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.2%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 86.87%
G = 11.2%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E11D05 (or 0xE11D05) is known color: Scarlet. HEX triplet: E1, 1D and 05. RGB value is (225,29,5). Sum of RGB (Red+Green+Blue) = 225+29+5=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D05 is #1EE2FA. Grayscale: #555555. Windows color (decimal): -2024187 or 335329. OLE color: 335329.

HSL color Cylindrical-coordinate representation of color #E11D05: hue angle of 6.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E11D05 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 5 -
CMYK 0 0.87 0.98 0.12
HSL 6.55º 0.96% 0.45% -
HSV(B) 6.55º 0.98% 0.88% -
XYZ 31.52 16.9 1.74 -
YUV 84.87 82.93 227.95 -
System Red Green Blue C M Y K H S L
Decimal 225 29 5 0 0.87 0.98 0.12 6.55 0.96 0.45
Hex E1 1D 5 0 57 62 C 7 60 2D
Octal 341 35 5 0 127 142 14 7 140 55
Binary 11100001 11101 101 0 1010111 1100010 1100 111 1100000 101101

Color Harmonies of #E11D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D05

Black with #E11D05

Text Example


Text Example

White with #E11D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D05; }

 p { color: rgb(225,29,5); }

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

background-color css

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

 a { background-color: rgb(225,29,5); }

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

border-color css

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

 span { border-color: rgb(225,29,5); }

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