#ED0D23

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

Shades of Torch Red #ED0D23

Tints of Torch Red #ED0D23

Color information

#ED0D23 (or 0xED0D23) is unknown color: approx Torch Red. HEX triplet: ED, 0D and 23. RGB value is (237,13,35). Sum of RGB (Red+Green+Blue) = 237+13+35=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D23 is #12F2DC. Grayscale: #525252. Windows color (decimal): -1241821 or 2297325. OLE color: 2297325.

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

Color convert

RGB2371335-
CMYK00.950.850.07
HSL354.11º89.6%49.02%-
HSV(B)354.11º94.51%92.94%-
XYZ35.3718.413.28-
YUV82.48101.21238.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 83.16%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=83.16%
G=4.56%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237133500.950.850.07354.1189.649.02
HexEDD2305F5571625a31
Octal35515430137125754213261
Binary1110110111011000110101111110101011111011000101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0D23; }

 p { color: rgb(237,13,35); }

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

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

 a { background-color: rgb(237,13,35); }

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

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

 span { border-color: rgb(237,13,35); }

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