#ED120A

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

Shades of Red #ED120A

Tints of Red #ED120A

Color information

#ED120A (or 0xED120A) is unknown color: approx Red. HEX triplet: ED, 12 and 0A. RGB value is (237,18,10). Sum of RGB (Red+Green+Blue) = 237+18+10=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED120A is #12EDF5. Grayscale: #525252. Windows color (decimal): -1240566 or 660205. OLE color: 660205.

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

Color convert

RGB2371810-
CMYK00.920.960.07
HSL2.11º91.9%48.43%-
HSV(B)2.11º95.78%92.94%-
XYZ35.218.462-
YUV82.5787.05238.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 89.43%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=89.43%
G=6.79%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237181000.920.960.072.1191.948.43
HexED12A05C60725c30
Octal355221201341407213460
Binary11101101100101010010111001100000111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED120A; }

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

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

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

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

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

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

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

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