Html Css Color HEX #E11514 Scarlet

📋 copy color: '#E11514'

red 225 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #E11514

Tints of Scarlet #E11514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 84.59%
G = 7.89%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E11514 (or 0xE11514) is known color: Scarlet. HEX triplet: E1, 15 and 14. RGB value is (225,21,20). Sum of RGB (Red+Green+Blue) = 225+21+20=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E11514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11514 is #1EEAEB. Grayscale: #525252. Windows color (decimal): -2026220 or 1316321. OLE color: 1316321.

HSL color Cylindrical-coordinate representation of color #E11514: hue angle of 0.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11514 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 20 -
CMYK 0 0.91 0.91 0.12
HSL 0.29º 0.84% 0.48% -
HSV(B) 0.29º 0.91% 0.88% -
XYZ 31.45 16.59 2.21 -
YUV 81.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 225 21 20 0 0.91 0.91 0.12 0.29 0.84 0.48
Hex E1 15 14 0 5B 5B C 0 54 30
Octal 341 25 24 0 133 133 14 0 124 60
Binary 11100001 10101 10100 0 1011011 1011011 1100 0 1010100 110000

Color Harmonies of #E11514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11514

Black with #E11514

Text Example


Text Example

White with #E11514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11514; }

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

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

background-color css

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

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

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

border-color css

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

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

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