Html Css Color HEX #ED0036 Torch Red

📋 copy color: '#ED0036'

red 237 ◦ green 0 ◦ blue 54

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

Shades of Torch Red #ED0036

Tints of Torch Red #ED0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.44%
G = 0%
B = 18.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED0036 (or 0xED0036) is known color: Torch Red. HEX triplet: ED, 00 and 36. RGB value is (237,0,54). Sum of RGB (Red+Green+Blue) = 237+0+54=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0036 is #12FFC9. Grayscale: #4D4D4D. Windows color (decimal): -1245130 or 3539181. OLE color: 3539181.

HSL color Cylindrical-coordinate representation of color #ED0036: hue angle of 346.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0036 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 54 -
CMYK 0 1 0.77 0.07
HSL 346.33º 1% 0.46% -
HSV(B) 346.33º 1% 0.93% -
XYZ 35.59 18.27 5.14 -
YUV 77.02 115.02 242.11 -
System Red Green Blue C M Y K H S L
Decimal 237 0 54 0 1 0.77 0.07 346.33 1 0.46
Hex ED 0 36 0 64 4D 7 15A 64 2E
Octal 355 0 66 0 144 115 7 532 144 56
Binary 11101101 0 110110 0 1100100 1001101 111 101011010 1100100 101110

Color Harmonies of #ED0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0036

Black with #ED0036

Text Example


Text Example

White with #ED0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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