Html Css Color HEX #E11D06 Scarlet

📋 copy color: '#E11D06'

red 225 ◦ green 29 ◦ blue 6

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

Shades of Scarlet #E11D06

Tints of Scarlet #E11D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.15%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 86.54%
G = 11.15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E11D06 (or 0xE11D06) is known color: Scarlet. HEX triplet: E1, 1D and 06. RGB value is (225,29,6). Sum of RGB (Red+Green+Blue) = 225+29+6=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D06 is #1EE2F9. Grayscale: #555555. Windows color (decimal): -2024186 or 400865. OLE color: 400865.

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

Color convert

RGB 225 29 6 -
CMYK 0 0.87 0.97 0.12
HSL 6.3º 0.95% 0.45% -
HSV(B) 6.3º 0.97% 0.88% -
XYZ 31.52 16.9 1.77 -
YUV 84.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 225 29 6 0 0.87 0.97 0.12 6.3 0.95 0.45
Hex E1 1D 6 0 57 61 C 6 5F 2D
Octal 341 35 6 0 127 141 14 6 137 55
Binary 11100001 11101 110 0 1010111 1100001 1100 110 1011111 101101

Color Harmonies of #E11D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D06

Black with #E11D06

Text Example


Text Example

White with #E11D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D06; }

 p { color: rgb(225,29,6); }

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

background-color css

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

 a { background-color: rgb(225,29,6); }

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

border-color css

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

 span { border-color: rgb(225,29,6); }

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