Html Css Color HEX #E11F03 Scarlet

📋 copy color: '#E11F03'

red 225 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #E11F03

Tints of Scarlet #E11F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 86.87%
G = 11.97%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E11F03 (or 0xE11F03) is known color: Scarlet. HEX triplet: E1, 1F and 03. RGB value is (225,31,3). Sum of RGB (Red+Green+Blue) = 225+31+3=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F03 is #1EE0FC. Grayscale: #565656. Windows color (decimal): -2023677 or 204769. OLE color: 204769.

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

Color convert

RGB 225 31 3 -
CMYK 0 0.86 0.99 0.12
HSL 7.57º 0.97% 0.45% -
HSV(B) 7.57º 0.99% 0.88% -
XYZ 31.56 16.99 1.7 -
YUV 85.81 81.27 227.28 -
System Red Green Blue C M Y K H S L
Decimal 225 31 3 0 0.86 0.99 0.12 7.57 0.97 0.45
Hex E1 1F 3 0 56 63 C 8 61 2D
Octal 341 37 3 0 126 143 14 10 141 55
Binary 11100001 11111 11 0 1010110 1100011 1100 1000 1100001 101101

Color Harmonies of #E11F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F03

Black with #E11F03

Text Example


Text Example

White with #E11F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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