#ED021D

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

Shades of Torch Red #ED021D

Tints of Torch Red #ED021D

Color information

#ED021D (or 0xED021D) is unknown color: approx Torch Red. HEX triplet: ED, 02 and 1D. RGB value is (237,2,29). Sum of RGB (Red+Green+Blue) = 237+2+29=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED021D is #12FDE2. Grayscale: #4B4B4B. Windows color (decimal): -1244643 or 1901293. OLE color: 1901293.

HSL color Cylindrical-coordinate representation of color #ED021D: hue angle of 353.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB237229-
CMYK00.990.880.07
HSL353.11º98.33%46.86%-
HSV(B)353.11º99.16%92.94%-
XYZ35.1718.142.81-
YUV75.34101.86243.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 88.43%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 29 (11.72% from 255) = 10.82%
R=88.43%
G=0.75%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722900.990.880.07353.1198.3346.86
HexED21D063587161622f
Octal3552350143130754114257
Binary1110110110111010110001110110001111011000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED021D; }

 p { color: rgb(237,2,29); }

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

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

 a { background-color: rgb(237,2,29); }

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

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

 span { border-color: rgb(237,2,29); }

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