Html Css Color HEX #E12A01 Scarlet

📋 copy color: '#E12A01'

red 225 ◦ green 42 ◦ blue 1

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

Shades of Scarlet #E12A01

Tints of Scarlet #E12A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 83.96%
G = 15.67%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E12A01 (or 0xE12A01) is known color: Scarlet. HEX triplet: E1, 2A and 01. RGB value is (225,42,1). Sum of RGB (Red+Green+Blue) = 225+42+1=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12A01 is #1ED5FE. Grayscale: #5C5C5C. Windows color (decimal): -2020863 or 76513. OLE color: 76513.

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

Color convert

RGB 225 42 1 -
CMYK 0 0.81 1.00 0.12
HSL 10.98º 0.99% 0.44% -
HSV(B) 10.98º 1% 0.88% -
XYZ 31.88 17.67 1.76 -
YUV 92.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 225 42 1 0 0.81 1.00 0.12 10.98 0.99 0.44
Hex E1 2A 1 0 51 64 C B 63 2C
Octal 341 52 1 0 121 144 14 13 143 54
Binary 11100001 101010 1 0 1010001 1100100 1100 1011 1100011 101100

Color Harmonies of #E12A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A01

Black with #E12A01

Text Example


Text Example

White with #E12A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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