Html Css Color HEX #ED122D Torch Red

📋 copy color: '#ED122D'

red 237 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #ED122D

Tints of Torch Red #ED122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 79%
G = 6%
B = 15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED122D (or 0xED122D) is known color: Torch Red. HEX triplet: ED, 12 and 2D. RGB value is (237,18,45). Sum of RGB (Red+Green+Blue) = 237+18+45=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED122D is #12EDD2. Grayscale: #565656. Windows color (decimal): -1240531 or 2953965. OLE color: 2953965.

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

Color convert

RGB 237 18 45 -
CMYK 0 0.92 0.81 0.07
HSL 352.6º 0.86% 0.5% -
HSV(B) 352.6º 0.92% 0.93% -
XYZ 35.62 18.63 4.2 -
YUV 86.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 237 18 45 0 0.92 0.81 0.07 352.6 0.86 0.5
Hex ED 12 2D 0 5C 51 7 161 56 32
Octal 355 22 55 0 134 121 7 541 126 62
Binary 11101101 10010 101101 0 1011100 1010001 111 101100001 1010110 110010

Color Harmonies of #ED122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED122D

Black with #ED122D

Text Example


Text Example

White with #ED122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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