Html Css Color HEX #ED0239 Torch Red

📋 copy color: '#ED0239'

red 237 ◦ green 2 ◦ blue 57

#ED0239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #ED0239

Tints of Torch Red #ED0239

RGB

 RED value IS 237 (92.97% from 255) = 80.07%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 80.07%
G = 0.68%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED0239 (or 0xED0239) is known color: Torch Red. HEX triplet: ED, 02 and 39. RGB value is (237,2,57). Sum of RGB (Red+Green+Blue) = 237+2+57=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0239 is #12FDC6. Grayscale: #4E4E4E. Windows color (decimal): -1244615 or 3736301. OLE color: 3736301.

HSL color Cylindrical-coordinate representation of color #ED0239: hue angle of 345.96º 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 #ED0239 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 57 -
CMYK 0 0.99 0.76 0.07
HSL 345.96º 0.98% 0.47% -
HSV(B) 345.96º 0.99% 0.93% -
XYZ 35.69 18.34 5.53 -
YUV 78.54 115.86 241.03 -
System Red Green Blue C M Y K H S L
Decimal 237 2 57 0 0.99 0.76 0.07 345.96 0.98 0.47
Hex ED 2 39 0 63 4C 7 15A 62 2F
Octal 355 2 71 0 143 114 7 532 142 57
Binary 11101101 10 111001 0 1100011 1001100 111 101011010 1100010 101111

Color Harmonies of #ED0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0239

Black with #ED0239

Text Example


Text Example

White with #ED0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0239; }

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

 H1.HeaderClassName
 {
   color: #ED0239;
 }
 .AnyTagClassName
 {
   color: #ED0239;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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