Html Css Color HEX #ED092D Torch Red

📋 copy color: '#ED092D'

red 237 ◦ green 9 ◦ blue 45

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

Shades of Torch Red #ED092D

Tints of Torch Red #ED092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 81.44%
G = 3.09%
B = 15.46%

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

#ED092D (or 0xED092D) is known color: Torch Red. HEX triplet: ED, 09 and 2D. RGB value is (237,9,45). Sum of RGB (Red+Green+Blue) = 237+9+45=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED092D is #12F6D2. Grayscale: #515151. Windows color (decimal): -1242835 or 2951661. OLE color: 2951661.

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

Color convert

RGB 237 9 45 -
CMYK 0 0.96 0.81 0.07
HSL 350.53º 0.93% 0.48% -
HSV(B) 350.53º 0.96% 0.93% -
XYZ 35.5 18.39 4.16 -
YUV 81.28 107.54 239.07 -
System Red Green Blue C M Y K H S L
Decimal 237 9 45 0 0.96 0.81 0.07 350.53 0.93 0.48
Hex ED 9 2D 0 60 51 7 15F 5D 30
Octal 355 11 55 0 140 121 7 537 135 60
Binary 11101101 1001 101101 0 1100000 1010001 111 101011111 1011101 110000

Color Harmonies of #ED092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED092D

Black with #ED092D

Text Example


Text Example

White with #ED092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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