Html Css Color HEX #E11612 Scarlet

📋 copy color: '#E11612'

red 225 ◦ green 22 ◦ blue 18

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

Shades of Scarlet #E11612

Tints of Scarlet #E11612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 84.91%
G = 8.3%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11612 (or 0xE11612) is known color: Scarlet. HEX triplet: E1, 16 and 12. RGB value is (225,22,18). Sum of RGB (Red+Green+Blue) = 225+22+18=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E11612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11612 is #1EE9ED. Grayscale: #525252. Windows color (decimal): -2025966 or 1185505. OLE color: 1185505.

HSL color Cylindrical-coordinate representation of color #E11612: hue angle of 1.16º degrees, saturation: 0.85, 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 #E11612 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 18 -
CMYK 0 0.90 0.92 0.12
HSL 1.16º 0.85% 0.48% -
HSV(B) 1.16º 0.92% 0.88% -
XYZ 31.45 16.63 2.12 -
YUV 82.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 225 22 18 0 0.90 0.92 0.12 1.16 0.85 0.48
Hex E1 16 12 0 5A 5C C 1 55 30
Octal 341 26 22 0 132 134 14 1 125 60
Binary 11100001 10110 10010 0 1011010 1011100 1100 1 1010101 110000

Color Harmonies of #E11612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11612

Black with #E11612

Text Example


Text Example

White with #E11612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11612; }

 p { color: rgb(225,22,18); }

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

background-color css

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

 a { background-color: rgb(225,22,18); }

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

border-color css

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

 span { border-color: rgb(225,22,18); }

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