Html Css Color HEX #ED091B Torch Red

📋 copy color: '#ED091B'

red 237 ◦ green 9 ◦ blue 27

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

Shades of Torch Red #ED091B

Tints of Torch Red #ED091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 86.81%
G = 3.3%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED091B (or 0xED091B) is known color: Torch Red. HEX triplet: ED, 09 and 1B. RGB value is (237,9,27). Sum of RGB (Red+Green+Blue) = 237+9+27=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED091B is #12F6E4. Grayscale: #4F4F4F. Windows color (decimal): -1242853 or 1772013. OLE color: 1772013.

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

Color convert

RGB 237 9 27 -
CMYK 0 0.96 0.89 0.07
HSL 355.26º 0.93% 0.48% -
HSV(B) 355.26º 0.96% 0.93% -
XYZ 35.22 18.28 2.71 -
YUV 79.22 98.54 240.54 -
System Red Green Blue C M Y K H S L
Decimal 237 9 27 0 0.96 0.89 0.07 355.26 0.93 0.48
Hex ED 9 1B 0 60 59 7 163 5D 30
Octal 355 11 33 0 140 131 7 543 135 60
Binary 11101101 1001 11011 0 1100000 1011001 111 101100011 1011101 110000

Color Harmonies of #ED091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED091B

Black with #ED091B

Text Example


Text Example

White with #ED091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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