Html Css Color HEX #E11407 Scarlet

📋 copy color: '#E11407'

red 225 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #E11407

Tints of Scarlet #E11407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 89.29%
G = 7.94%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E11407 (or 0xE11407) is known color: Scarlet. HEX triplet: E1, 14 and 07. RGB value is (225,20,7). Sum of RGB (Red+Green+Blue) = 225+20+7=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E11407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11407 is #1EEBF8. Grayscale: #505050. Windows color (decimal): -2026489 or 464097. OLE color: 464097.

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

Color convert

RGB 225 20 7 -
CMYK 0 0.91 0.97 0.12
HSL 3.58º 0.94% 0.45% -
HSV(B) 3.58º 0.97% 0.88% -
XYZ 31.34 16.52 1.74 -
YUV 79.81 86.92 231.56 -
System Red Green Blue C M Y K H S L
Decimal 225 20 7 0 0.91 0.97 0.12 3.58 0.94 0.45
Hex E1 14 7 0 5B 61 C 4 5E 2D
Octal 341 24 7 0 133 141 14 4 136 55
Binary 11100001 10100 111 0 1011011 1100001 1100 100 1011110 101101

Color Harmonies of #E11407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11407

Black with #E11407

Text Example


Text Example

White with #E11407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11407; }

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

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

background-color css

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

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

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

border-color css

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

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

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