Html Css Color HEX #E11D07 Scarlet

📋 copy color: '#E11D07'

red 225 ◦ green 29 ◦ blue 7

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

Shades of Scarlet #E11D07

Tints of Scarlet #E11D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 86.21%
G = 11.11%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E11D07 (or 0xE11D07) is known color: Scarlet. HEX triplet: E1, 1D and 07. RGB value is (225,29,7). Sum of RGB (Red+Green+Blue) = 225+29+7=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D07 is #1EE2F8. Grayscale: #555555. Windows color (decimal): -2024185 or 466401. OLE color: 466401.

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

Color convert

RGB 225 29 7 -
CMYK 0 0.87 0.97 0.12
HSL 6.06º 0.94% 0.45% -
HSV(B) 6.06º 0.97% 0.88% -
XYZ 31.53 16.9 1.8 -
YUV 85.1 83.93 227.79 -
System Red Green Blue C M Y K H S L
Decimal 225 29 7 0 0.87 0.97 0.12 6.06 0.94 0.45
Hex E1 1D 7 0 57 61 C 6 5E 2D
Octal 341 35 7 0 127 141 14 6 136 55
Binary 11100001 11101 111 0 1010111 1100001 1100 110 1011110 101101

Color Harmonies of #E11D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D07

Black with #E11D07

Text Example


Text Example

White with #E11D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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