Html Css Color HEX #E12200 Scarlet

📋 copy color: '#E12200'

red 225 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #E12200

Tints of Scarlet #E12200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 86.87%
G = 13.13%
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

#E12200 (or 0xE12200) is known color: Scarlet. HEX triplet: E1, 22 and 00. RGB value is (225,34,0). Sum of RGB (Red+Green+Blue) = 225+34+0=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E12200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12200 is #1EDDFF. Grayscale: #575757. Windows color (decimal): -2022912 or 8929. OLE color: 8929.

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

Color convert

RGB 225 34 0 -
CMYK 0 0.85 1 0.12
HSL 9.07º 1% 0.44% -
HSV(B) 9.07º 1% 0.88% -
XYZ 31.62 17.15 1.64 -
YUV 87.23 78.78 226.26 -
System Red Green Blue C M Y K H S L
Decimal 225 34 0 0 0.85 1 0.12 9.07 1 0.44
Hex E1 22 0 0 55 64 C 9 64 2C
Octal 341 42 0 0 125 144 14 11 144 54
Binary 11100001 100010 0 0 1010101 1100100 1100 1001 1100100 101100

Color Harmonies of #E12200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12200

Black with #E12200

Text Example


Text Example

White with #E12200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12200; }

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

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

background-color css

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

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

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

border-color css

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

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

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