#ed0f2d

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

Shades of Torch Red #ED0F2D

Tints of Torch Red #ED0F2D

Color information

#ED0F2D (or 0xED0F2D) is unknown color: approx Torch Red. HEX triplet: ED, 0F and 2D. RGB value is (237,15,45). Sum of RGB (Red+Green+Blue) = 237+15+45=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F2D is #12F0D2. Grayscale: #545454. Windows color (decimal): -1241299 or 2953197. OLE color: 2953197.

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

Color convert

RGB2371545-
CMYK00.940.810.07
HSL351.89º88.1%49.41%-
HSV(B)351.89º93.67%92.94%-
XYZ35.5718.544.19-
YUV84.8105.55236.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 79.80%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=79.80%
G=5.05%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237154500.940.810.07351.8988.149.41
HexEDF2D05E5171605831
Octal35517550136121754013061
Binary1110110111111011010101111010100011111011000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0f2d; }

 p { color: rgb(237,15,45); }

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

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

 a { background-color: rgb(237,15,45); }

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

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

 span { border-color: rgb(237,15,45); }

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