Html Css Color HEX #ED0836 Torch Red

📋 copy color: '#ED0836'

red 237 ◦ green 8 ◦ blue 54

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

Shades of Torch Red #ED0836

Tints of Torch Red #ED0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 79.26%
G = 2.68%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED0836 (or 0xED0836) is known color: Torch Red. HEX triplet: ED, 08 and 36. RGB value is (237,8,54). Sum of RGB (Red+Green+Blue) = 237+8+54=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0836 is #12F7C9. Grayscale: #515151. Windows color (decimal): -1243082 or 3541229. OLE color: 3541229.

HSL color Cylindrical-coordinate representation of color #ED0836: hue angle of 347.95º degrees, saturation: 0.93, 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 #ED0836 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 8 54 -
CMYK 0 0.97 0.77 0.07
HSL 347.95º 0.93% 0.48% -
HSV(B) 347.95º 0.97% 0.93% -
XYZ 35.68 18.44 5.17 -
YUV 81.72 112.37 238.76 -
System Red Green Blue C M Y K H S L
Decimal 237 8 54 0 0.97 0.77 0.07 347.95 0.93 0.48
Hex ED 8 36 0 61 4D 7 15C 5D 30
Octal 355 10 66 0 141 115 7 534 135 60
Binary 11101101 1000 110110 0 1100001 1001101 111 101011100 1011101 110000

Color Harmonies of #ED0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0836

Black with #ED0836

Text Example


Text Example

White with #ED0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0836; }

 p { color: rgb(237,8,54); }

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

background-color css

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

 a { background-color: rgb(237,8,54); }

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

border-color css

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

 span { border-color: rgb(237,8,54); }

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