Html Css Color HEX #ED122F Torch Red

📋 copy color: '#ED122F'

red 237 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #ED122F

Tints of Torch Red #ED122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 78.48%
G = 5.96%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED122F (or 0xED122F) is known color: Torch Red. HEX triplet: ED, 12 and 2F. RGB value is (237,18,47). Sum of RGB (Red+Green+Blue) = 237+18+47=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED122F is #12EDD0. Grayscale: #565656. Windows color (decimal): -1240529 or 3085037. OLE color: 3085037.

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

Color convert

RGB 237 18 47 -
CMYK 0 0.92 0.80 0.07
HSL 352.05º 0.86% 0.5% -
HSV(B) 352.05º 0.92% 0.93% -
XYZ 35.65 18.64 4.41 -
YUV 86.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 237 18 47 0 0.92 0.80 0.07 352.05 0.86 0.5
Hex ED 12 2F 0 5C 50 7 160 56 32
Octal 355 22 57 0 134 120 7 540 126 62
Binary 11101101 10010 101111 0 1011100 1010000 111 101100000 1010110 110010

Color Harmonies of #ED122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED122F

Black with #ED122F

Text Example


Text Example

White with #ED122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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