Html Css Color HEX #E11403 Scarlet

📋 copy color: '#E11403'

red 225 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #E11403

Tints of Scarlet #E11403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 90.73%
G = 8.06%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E11403 (or 0xE11403) is known color: Scarlet. HEX triplet: E1, 14 and 03. RGB value is (225,20,3). Sum of RGB (Red+Green+Blue) = 225+20+3=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E11403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11403 is #1EEBFC. Grayscale: #4F4F4F. Windows color (decimal): -2026493 or 201953. OLE color: 201953.

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

Color convert

RGB 225 20 3 -
CMYK 0 0.91 0.99 0.12
HSL 4.59º 0.97% 0.45% -
HSV(B) 4.59º 0.99% 0.88% -
XYZ 31.32 16.51 1.62 -
YUV 79.36 84.92 231.88 -
System Red Green Blue C M Y K H S L
Decimal 225 20 3 0 0.91 0.99 0.12 4.59 0.97 0.45
Hex E1 14 3 0 5B 63 C 5 61 2D
Octal 341 24 3 0 133 143 14 5 141 55
Binary 11100001 10100 11 0 1011011 1100011 1100 101 1100001 101101

Color Harmonies of #E11403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11403

Black with #E11403

Text Example


Text Example

White with #E11403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11403; }

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

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

background-color css

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

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

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

border-color css

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

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

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