Html Css Color HEX #E11C07 Scarlet

📋 copy color: '#E11C07'

red 225 ◦ green 28 ◦ blue 7

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

Shades of Scarlet #E11C07

Tints of Scarlet #E11C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

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

R = 86.54%
G = 10.77%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E11C07 (or 0xE11C07) is known color: Scarlet. HEX triplet: E1, 1C and 07. RGB value is (225,28,7). Sum of RGB (Red+Green+Blue) = 225+28+7=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C07 is #1EE3F8. Grayscale: #545454. Windows color (decimal): -2024441 or 466145. OLE color: 466145.

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

Color convert

RGB 225 28 7 -
CMYK 0 0.88 0.97 0.12
HSL 5.78º 0.94% 0.45% -
HSV(B) 5.78º 0.97% 0.88% -
XYZ 31.5 16.85 1.79 -
YUV 84.51 84.27 228.21 -
System Red Green Blue C M Y K H S L
Decimal 225 28 7 0 0.88 0.97 0.12 5.78 0.94 0.45
Hex E1 1C 7 0 58 61 C 6 5E 2D
Octal 341 34 7 0 130 141 14 6 136 55
Binary 11100001 11100 111 0 1011000 1100001 1100 110 1011110 101101

Color Harmonies of #E11C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C07

Black with #E11C07

Text Example


Text Example

White with #E11C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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