Html Css Color HEX #E11413 Scarlet

📋 copy color: '#E11413'

red 225 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #E11413

Tints of Scarlet #E11413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 85.23%
G = 7.58%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11413 (or 0xE11413) is known color: Scarlet. HEX triplet: E1, 14 and 13. RGB value is (225,20,19). Sum of RGB (Red+Green+Blue) = 225+20+19=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E11413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11413 is #1EEBEC. Grayscale: #515151. Windows color (decimal): -2026477 or 1250529. OLE color: 1250529.

HSL color Cylindrical-coordinate representation of color #E11413: 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.92%. Process color model (Four color, CMYK) of #E11413 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 19 -
CMYK 0 0.91 0.92 0.12
HSL 0.29º 0.84% 0.48% -
HSV(B) 0.29º 0.92% 0.88% -
XYZ 31.42 16.55 2.16 -
YUV 81.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 225 20 19 0 0.91 0.92 0.12 0.29 0.84 0.48
Hex E1 14 13 0 5B 5C C 0 54 30
Octal 341 24 23 0 133 134 14 0 124 60
Binary 11100001 10100 10011 0 1011011 1011100 1100 0 1010100 110000

Color Harmonies of #E11413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11413

Black with #E11413

Text Example


Text Example

White with #E11413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11413; }

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

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

background-color css

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

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

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

border-color css

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

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

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