#E21806

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

Shades of Scarlet #E21806

Tints of Scarlet #E21806

Color information

#E21806 (or 0xE21806) is unknown color: approx Scarlet. HEX triplet: E2, 18 and 06. RGB value is (226,24,6). Sum of RGB (Red+Green+Blue) = 226+24+6=256 (33% of max value = 765). Red value is 226 (88.67% from 255 or 88.28% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 226 - color contains mainly: red. Hex color #E21806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21806 is #1DE7F9. Grayscale: #525252. Windows color (decimal): -1959930 or 399586. OLE color: 399586.

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

Color convert

RGB226246-
CMYK00.890.970.11
HSL4.91º94.83%45.49%-
HSV(B)4.91º97.35%88.63%-
XYZ31.7216.841.75-
YUV82.3584.92230.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 88.28%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=88.28%
G=9.38%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22624600.890.970.114.9194.8345.49
HexE218605961B55f2d
Octal342306013114113513755
Binary111000101100011001011001110000110111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21806; }

 p { color: rgb(226,24,6); }

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

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

 a { background-color: rgb(226,24,6); }

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

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

 span { border-color: rgb(226,24,6); }

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