Html Css Color HEX #E12301 Scarlet

📋 copy color: '#E12301'

red 225 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #E12301

Tints of Scarlet #E12301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 86.21%
G = 13.41%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E12301 (or 0xE12301) is known color: Scarlet. HEX triplet: E1, 23 and 01. RGB value is (225,35,1). Sum of RGB (Red+Green+Blue) = 225+35+1=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E12301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12301 is #1EDCFE. Grayscale: #585858. Windows color (decimal): -2022655 or 74721. OLE color: 74721.

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

Color convert

RGB 225 35 1 -
CMYK 0 0.84 1.00 0.12
HSL 9.11º 0.99% 0.44% -
HSV(B) 9.11º 1% 0.88% -
XYZ 31.66 17.21 1.68 -
YUV 87.93 78.95 225.76 -
System Red Green Blue C M Y K H S L
Decimal 225 35 1 0 0.84 1.00 0.12 9.11 0.99 0.44
Hex E1 23 1 0 54 64 C 9 63 2C
Octal 341 43 1 0 124 144 14 11 143 54
Binary 11100001 100011 1 0 1010100 1100100 1100 1001 1100011 101100

Color Harmonies of #E12301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12301

Black with #E12301

Text Example


Text Example

White with #E12301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12301; }

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

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

background-color css

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

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

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

border-color css

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

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

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