Html Css Color HEX #ED092E Torch Red

📋 copy color: '#ED092E'

red 237 ◦ green 9 ◦ blue 46

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

Shades of Torch Red #ED092E

Tints of Torch Red #ED092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 81.16%
G = 3.08%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED092E (or 0xED092E) is known color: Torch Red. HEX triplet: ED, 09 and 2E. RGB value is (237,9,46). Sum of RGB (Red+Green+Blue) = 237+9+46=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED092E is #12F6D1. Grayscale: #515151. Windows color (decimal): -1242834 or 3017197. OLE color: 3017197.

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

Color convert

RGB 237 9 46 -
CMYK 0 0.96 0.81 0.07
HSL 350.26º 0.93% 0.48% -
HSV(B) 350.26º 0.96% 0.93% -
XYZ 35.52 18.4 4.26 -
YUV 81.39 108.04 238.99 -
System Red Green Blue C M Y K H S L
Decimal 237 9 46 0 0.96 0.81 0.07 350.26 0.93 0.48
Hex ED 9 2E 0 60 51 7 15E 5D 30
Octal 355 11 56 0 140 121 7 536 135 60
Binary 11101101 1001 101110 0 1100000 1010001 111 101011110 1011101 110000

Color Harmonies of #ED092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED092E

Black with #ED092E

Text Example


Text Example

White with #ED092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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