Html Css Color HEX #E12100 Scarlet

📋 copy color: '#E12100'

red 225 ◦ green 33 ◦ blue 0

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

Shades of Scarlet #E12100

Tints of Scarlet #E12100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.21%
G = 12.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E12100 (or 0xE12100) is known color: Scarlet. HEX triplet: E1, 21 and 00. RGB value is (225,33,0). Sum of RGB (Red+Green+Blue) = 225+33+0=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E12100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12100 is #1EDEFF. Grayscale: #565656. Windows color (decimal): -2023168 or 8673. OLE color: 8673.

HSL color Cylindrical-coordinate representation of color #E12100: hue angle of 8.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E12100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 0 -
CMYK 0 0.85 1 0.12
HSL 8.8º 1% 0.44% -
HSV(B) 8.8º 1% 0.88% -
XYZ 31.6 17.1 1.63 -
YUV 86.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 225 33 0 0 0.85 1 0.12 8.8 1 0.44
Hex E1 21 0 0 55 64 C 9 64 2C
Octal 341 41 0 0 125 144 14 11 144 54
Binary 11100001 100001 0 0 1010101 1100100 1100 1001 1100100 101100

Color Harmonies of #E12100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12100

Black with #E12100

Text Example


Text Example

White with #E12100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12100; }

 p { color: rgb(225,33,0); }

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

background-color css

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

 a { background-color: rgb(225,33,0); }

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

border-color css

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

 span { border-color: rgb(225,33,0); }

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