Html Css Color HEX #ED0B39 Torch Red

📋 copy color: '#ED0B39'

red 237 ◦ green 11 ◦ blue 57

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

Shades of Torch Red #ED0B39

Tints of Torch Red #ED0B39

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.61%

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

R = 77.7%
G = 3.61%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED0B39 (or 0xED0B39) is known color: Torch Red. HEX triplet: ED, 0B and 39. RGB value is (237,11,57). Sum of RGB (Red+Green+Blue) = 237+11+57=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0B39 is #12F4C6. Grayscale: #535353. Windows color (decimal): -1242311 or 3738605. OLE color: 3738605.

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

Color convert

RGB 237 11 57 -
CMYK 0 0.95 0.76 0.07
HSL 347.79º 0.91% 0.49% -
HSV(B) 347.79º 0.95% 0.93% -
XYZ 35.78 18.54 5.56 -
YUV 83.82 112.87 237.26 -
System Red Green Blue C M Y K H S L
Decimal 237 11 57 0 0.95 0.76 0.07 347.79 0.91 0.49
Hex ED B 39 0 5F 4C 7 15C 5B 31
Octal 355 13 71 0 137 114 7 534 133 61
Binary 11101101 1011 111001 0 1011111 1001100 111 101011100 1011011 110001

Color Harmonies of #ED0B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0B39

Black with #ED0B39

Text Example


Text Example

White with #ED0B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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