#E6120A

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

Shades of Red #E6120A

Tints of Red #E6120A

Color information

#E6120A (or 0xE6120A) is unknown color: approx Red. HEX triplet: E6, 12 and 0A. RGB value is (230,18,10). Sum of RGB (Red+Green+Blue) = 230+18+10=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E6120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6120A is #19EDF5. Grayscale: #505050. Windows color (decimal): -1699318 or 660198. OLE color: 660198.

HSL color Cylindrical-coordinate representation of color #E6120A: hue angle of 2.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6120A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB2301810-
CMYK00.920.960.10
HSL2.18º91.67%47.06%-
HSV(B)2.18º95.65%90.2%-
XYZ32.917.281.89-
YUV80.4888.24234.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 89.15%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=89.15%
G=6.98%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230181000.920.960.102.1891.6747.06
HexE612A05C60A25c2f
Octal3462212013414012213457
Binary111001101001010100101110011000001010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6120A; }

 p { color: rgb(230,18,10); }

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

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

 a { background-color: rgb(230,18,10); }

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

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

 span { border-color: rgb(230,18,10); }

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