#E61406

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

Shades of Scarlet #E61406

Tints of Scarlet #E61406

Color information

#E61406 (or 0xE61406) is unknown color: approx Scarlet. HEX triplet: E6, 14 and 06. RGB value is (230,20,6). Sum of RGB (Red+Green+Blue) = 230+20+6=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E61406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61406 is #19EBF9. Grayscale: #515151. Windows color (decimal): -1698810 or 398566. OLE color: 398566.

HSL color Cylindrical-coordinate representation of color #E61406: hue angle of 3.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E61406 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB230206-
CMYK00.910.970.10
HSL3.75º94.92%46.27%-
HSV(B)3.75º97.39%90.2%-
XYZ32.9217.341.78-
YUV81.1985.57234.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 89.84%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=89.84%
G=7.81%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020600.910.970.103.7594.9246.27
HexE614605B61A45f2e
Octal346246013314112413756
Binary111001101010011001011011110000110101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61406; }

 p { color: rgb(230,20,6); }

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

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

 a { background-color: rgb(230,20,6); }

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

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

 span { border-color: rgb(230,20,6); }

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