Html Css Color HEX #E12201 Scarlet

📋 copy color: '#E12201'

red 225 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #E12201

Tints of Scarlet #E12201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 86.54%
G = 13.08%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E12201 (or 0xE12201) is known color: Scarlet. HEX triplet: E1, 22 and 01. RGB value is (225,34,1). Sum of RGB (Red+Green+Blue) = 225+34+1=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E12201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12201 is #1EDDFE. Grayscale: #575757. Windows color (decimal): -2022911 or 74465. OLE color: 74465.

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

Color convert

RGB 225 34 1 -
CMYK 0 0.85 1.00 0.12
HSL 8.84º 0.99% 0.44% -
HSV(B) 8.84º 1% 0.88% -
XYZ 31.63 17.15 1.67 -
YUV 87.35 79.28 226.18 -
System Red Green Blue C M Y K H S L
Decimal 225 34 1 0 0.85 1.00 0.12 8.84 0.99 0.44
Hex E1 22 1 0 55 64 C 9 63 2C
Octal 341 42 1 0 125 144 14 11 143 54
Binary 11100001 100010 1 0 1010101 1100100 1100 1001 1100011 101100

Color Harmonies of #E12201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12201

Black with #E12201

Text Example


Text Example

White with #E12201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12201; }

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

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

background-color css

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

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

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

border-color css

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

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

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