#ED0426

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

Shades of Torch Red #ED0426

Tints of Torch Red #ED0426

Color information

#ED0426 (or 0xED0426) is unknown color: approx Torch Red. HEX triplet: ED, 04 and 26. RGB value is (237,4,38). Sum of RGB (Red+Green+Blue) = 237+4+38=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0426 is #12FBD9. Grayscale: #4D4D4D. Windows color (decimal): -1244122 or 2491629. OLE color: 2491629.

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

Color convert

RGB237438-
CMYK00.980.840.07
HSL351.24º96.68%47.25%-
HSV(B)351.24º98.31%92.94%-
XYZ35.3218.233.49-
YUV77.54105.69241.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 84.95%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=84.95%
G=1.43%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23743800.980.840.07351.2496.6847.25
HexED42606254715f612f
Octal3554460142124753714157
Binary111011011001001100110001010101001111010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0426; }

 p { color: rgb(237,4,38); }

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

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

 a { background-color: rgb(237,4,38); }

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

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

 span { border-color: rgb(237,4,38); }

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