Html Css Color HEX #ED0929 Torch Red

📋 copy color: '#ED0929'

red 237 ◦ green 9 ◦ blue 41

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

Shades of Torch Red #ED0929

Tints of Torch Red #ED0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 82.58%
G = 3.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED0929 (or 0xED0929) is known color: Torch Red. HEX triplet: ED, 09 and 29. RGB value is (237,9,41). Sum of RGB (Red+Green+Blue) = 237+9+41=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0929 is #12F6D6. Grayscale: #505050. Windows color (decimal): -1242839 or 2689517. OLE color: 2689517.

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

Color convert

RGB 237 9 41 -
CMYK 0 0.96 0.83 0.07
HSL 351.58º 0.93% 0.48% -
HSV(B) 351.58º 0.96% 0.93% -
XYZ 35.42 18.36 3.77 -
YUV 80.82 105.54 239.4 -
System Red Green Blue C M Y K H S L
Decimal 237 9 41 0 0.96 0.83 0.07 351.58 0.93 0.48
Hex ED 9 29 0 60 53 7 160 5D 30
Octal 355 11 51 0 140 123 7 540 135 60
Binary 11101101 1001 101001 0 1100000 1010011 111 101100000 1011101 110000

Color Harmonies of #ED0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0929

Black with #ED0929

Text Example


Text Example

White with #ED0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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