Html Css Color HEX #ED0717 Torch Red

📋 copy color: '#ED0717'

red 237 ◦ green 7 ◦ blue 23

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

Shades of Torch Red #ED0717

Tints of Torch Red #ED0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 88.76%
G = 2.62%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0717 (or 0xED0717) is known color: Torch Red. HEX triplet: ED, 07 and 17. RGB value is (237,7,23). Sum of RGB (Red+Green+Blue) = 237+7+23=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0717 is #12F8E8. Grayscale: #4D4D4D. Windows color (decimal): -1243369 or 1509357. OLE color: 1509357.

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

Color convert

RGB 237 7 23 -
CMYK 0 0.97 0.90 0.07
HSL 355.83º 0.94% 0.48% -
HSV(B) 355.83º 0.97% 0.93% -
XYZ 35.16 18.22 2.47 -
YUV 77.59 97.2 241.7 -
System Red Green Blue C M Y K H S L
Decimal 237 7 23 0 0.97 0.90 0.07 355.83 0.94 0.48
Hex ED 7 17 0 61 5A 7 164 5E 30
Octal 355 7 27 0 141 132 7 544 136 60
Binary 11101101 111 10111 0 1100001 1011010 111 101100100 1011110 110000

Color Harmonies of #ED0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0717

Black with #ED0717

Text Example


Text Example

White with #ED0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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