Html Css Color HEX #ED0729 Torch Red

📋 copy color: '#ED0729'

red 237 ◦ green 7 ◦ blue 41

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

Shades of Torch Red #ED0729

Tints of Torch Red #ED0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 83.16%
G = 2.46%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED0729 (or 0xED0729) is known color: Torch Red. HEX triplet: ED, 07 and 29. RGB value is (237,7,41). Sum of RGB (Red+Green+Blue) = 237+7+41=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0729 is #12F8D6. Grayscale: #4F4F4F. Windows color (decimal): -1243351 or 2689005. OLE color: 2689005.

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

Color convert

RGB 237 7 41 -
CMYK 0 0.97 0.83 0.07
HSL 351.13º 0.94% 0.48% -
HSV(B) 351.13º 0.97% 0.93% -
XYZ 35.4 18.32 3.77 -
YUV 79.65 106.2 240.24 -
System Red Green Blue C M Y K H S L
Decimal 237 7 41 0 0.97 0.83 0.07 351.13 0.94 0.48
Hex ED 7 29 0 61 53 7 15F 5E 30
Octal 355 7 51 0 141 123 7 537 136 60
Binary 11101101 111 101001 0 1100001 1010011 111 101011111 1011110 110000

Color Harmonies of #ED0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0729

Black with #ED0729

Text Example


Text Example

White with #ED0729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0729; }

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

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

background-color css

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

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

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

border-color css

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

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

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