#ED0723

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

Shades of Torch Red #ED0723

Tints of Torch Red #ED0723

Color information

#ED0723 (or 0xED0723) is unknown color: approx Torch Red. HEX triplet: ED, 07 and 23. RGB value is (237,7,35). Sum of RGB (Red+Green+Blue) = 237+7+35=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0723 is #12F8DC. Grayscale: #4F4F4F. Windows color (decimal): -1243357 or 2295789. OLE color: 2295789.

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

Color convert

RGB237735-
CMYK00.970.850.07
HSL352.7º94.26%47.84%-
HSV(B)352.7º97.05%92.94%-
XYZ35.318.283.26-
YUV78.96103.2240.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 84.95%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=84.95%
G=2.51%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23773500.970.850.07352.794.2647.84
HexED7230615571615e30
Octal3557430141125754113660
Binary111011011111000110110000110101011111011000011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0723; }

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

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

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

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

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

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

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

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