#E12A02

Color #E12A02 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E12A02

Tints of Scarlet #E12A02

Color information

#E12A02 (or 0xE12A02) is unknown color: approx Scarlet. HEX triplet: E1, 2A and 02. RGB value is (225,42,2). Sum of RGB (Red+Green+Blue) = 225+42+2=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12A02 is #1ED5FD. Grayscale: #5C5C5C. Windows color (decimal): -2020862 or 142049. OLE color: 142049.

HSL color Cylindrical-coordinate representation of color #E12A02: hue angle of 10.76º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E12A02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB225422-
CMYK00.810.990.12
HSL10.76º98.24%44.51%-
HSV(B)10.76º99.11%88.24%-
XYZ31.8917.671.79-
YUV92.1677.13222.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.64%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=83.64%
G=15.61%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22542200.810.990.1210.7698.2444.51
HexE12A205163Cb622d
Octal3415220121143141314255
Binary1110000110101010010100011100011110010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12A02; }

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

 H1.HeaderClassName
 {
   color: #E12A02;
 }
 .AnyTagClassName
 {
   color: #E12A02;
 }
</style>
background-color css

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

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

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

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

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

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