Html Css Color HEX #ED0934 Torch Red

📋 copy color: '#ED0934'

red 237 ◦ green 9 ◦ blue 52

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

Shades of Torch Red #ED0934

Tints of Torch Red #ED0934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 79.53%
G = 3.02%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED0934 (or 0xED0934) is known color: Torch Red. HEX triplet: ED, 09 and 34. RGB value is (237,9,52). Sum of RGB (Red+Green+Blue) = 237+9+52=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0934 is #12F6CB. Grayscale: #525252. Windows color (decimal): -1242828 or 3410413. OLE color: 3410413.

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

Color convert

RGB 237 9 52 -
CMYK 0 0.96 0.78 0.07
HSL 348.68º 0.93% 0.48% -
HSV(B) 348.68º 0.96% 0.93% -
XYZ 35.64 18.45 4.93 -
YUV 82.07 111.04 238.5 -
System Red Green Blue C M Y K H S L
Decimal 237 9 52 0 0.96 0.78 0.07 348.68 0.93 0.48
Hex ED 9 34 0 60 4E 7 15D 5D 30
Octal 355 11 64 0 140 116 7 535 135 60
Binary 11101101 1001 110100 0 1100000 1001110 111 101011101 1011101 110000

Color Harmonies of #ED0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0934

Black with #ED0934

Text Example


Text Example

White with #ED0934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0934; }

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

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

background-color css

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

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

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

border-color css

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

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

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