Html Css Color HEX #ED162D Torch Red

📋 copy color: '#ED162D'

red 237 ◦ green 22 ◦ blue 45

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

Shades of Torch Red #ED162D

Tints of Torch Red #ED162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

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

R = 77.96%
G = 7.24%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED162D (or 0xED162D) is known color: Torch Red. HEX triplet: ED, 16 and 2D. RGB value is (237,22,45). Sum of RGB (Red+Green+Blue) = 237+22+45=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED162D is #12E9D2. Grayscale: #595959. Windows color (decimal): -1239507 or 2954989. OLE color: 2954989.

HSL color Cylindrical-coordinate representation of color #ED162D: hue angle of 353.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 45 -
CMYK 0 0.91 0.81 0.07
HSL 353.58º 0.86% 0.51% -
HSV(B) 353.58º 0.91% 0.93% -
XYZ 35.69 18.77 4.22 -
YUV 88.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 237 22 45 0 0.91 0.81 0.07 353.58 0.86 0.51
Hex ED 16 2D 0 5B 51 7 162 56 33
Octal 355 26 55 0 133 121 7 542 126 63
Binary 11101101 10110 101101 0 1011011 1010001 111 101100010 1010110 110011

Color Harmonies of #ED162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED162D

Black with #ED162D

Text Example


Text Example

White with #ED162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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