Html Css Color HEX #E12801 Scarlet

📋 copy color: '#E12801'

red 225 ◦ green 40 ◦ blue 1

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

Shades of Scarlet #E12801

Tints of Scarlet #E12801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 84.59%
G = 15.04%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E12801 (or 0xE12801) is known color: Scarlet. HEX triplet: E1, 28 and 01. RGB value is (225,40,1). Sum of RGB (Red+Green+Blue) = 225+40+1=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E12801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12801 is #1ED7FE. Grayscale: #5B5B5B. Windows color (decimal): -2021375 or 76001. OLE color: 76001.

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

Color convert

RGB 225 40 1 -
CMYK 0 0.82 1.00 0.12
HSL 10.45º 0.99% 0.44% -
HSV(B) 10.45º 1% 0.88% -
XYZ 31.82 17.53 1.73 -
YUV 90.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 225 40 1 0 0.82 1.00 0.12 10.45 0.99 0.44
Hex E1 28 1 0 52 64 C A 63 2C
Octal 341 50 1 0 122 144 14 12 143 54
Binary 11100001 101000 1 0 1010010 1100100 1100 1010 1100011 101100

Color Harmonies of #E12801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12801

Black with #E12801

Text Example


Text Example

White with #E12801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12801; }

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

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

background-color css

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

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

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

border-color css

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

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

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