#E21A0E

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

Shades of Scarlet #E21A0E

Tints of Scarlet #E21A0E

Color information

#E21A0E (or 0xE21A0E) is unknown color: approx Scarlet. HEX triplet: E2, 1A and 0E. RGB value is (226,26,14). Sum of RGB (Red+Green+Blue) = 226+26+14=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A0E is #1DE5F1. Grayscale: #545454. Windows color (decimal): -1959410 or 924386. OLE color: 924386.

HSL color Cylindrical-coordinate representation of color #E21A0E: hue angle of 3.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E21A0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB2262614-
CMYK00.880.940.11
HSL3.4º88.33%47.06%-
HSV(B)3.4º93.81%88.63%-
XYZ31.8116.942.01-
YUV84.4388.26228.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 84.96%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=84.96%
G=9.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226261400.880.940.113.488.3347.06
HexE21AE0585EB3582f
Octal3423216013013613313057
Binary111000101101011100101100010111101011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21A0E; }

 p { color: rgb(226,26,14); }

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

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

 a { background-color: rgb(226,26,14); }

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

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

 span { border-color: rgb(226,26,14); }

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