Html Css Color HEX #ED0924 Torch Red

📋 copy color: '#ED0924'

red 237 ◦ green 9 ◦ blue 36

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

Shades of Torch Red #ED0924

Tints of Torch Red #ED0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 84.04%
G = 3.19%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED0924 (or 0xED0924) is known color: Torch Red. HEX triplet: ED, 09 and 24. RGB value is (237,9,36). Sum of RGB (Red+Green+Blue) = 237+9+36=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0924 is #12F6DB. Grayscale: #505050. Windows color (decimal): -1242844 or 2361837. OLE color: 2361837.

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

Color convert

RGB 237 9 36 -
CMYK 0 0.96 0.85 0.07
HSL 352.89º 0.93% 0.48% -
HSV(B) 352.89º 0.96% 0.93% -
XYZ 35.34 18.33 3.34 -
YUV 80.25 103.04 239.8 -
System Red Green Blue C M Y K H S L
Decimal 237 9 36 0 0.96 0.85 0.07 352.89 0.93 0.48
Hex ED 9 24 0 60 55 7 161 5D 30
Octal 355 11 44 0 140 125 7 541 135 60
Binary 11101101 1001 100100 0 1100000 1010101 111 101100001 1011101 110000

Color Harmonies of #ED0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0924

Black with #ED0924

Text Example


Text Example

White with #ED0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0924; }

 p { color: rgb(237,9,36); }

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

background-color css

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

 a { background-color: rgb(237,9,36); }

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

border-color css

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

 span { border-color: rgb(237,9,36); }

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