Html Css Color HEX #ED1224 Torch Red

📋 copy color: '#ED1224'

red 237 ◦ green 18 ◦ blue 36

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

Shades of Torch Red #ED1224

Tints of Torch Red #ED1224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 81.44%
G = 6.19%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED1224 (or 0xED1224) is known color: Torch Red. HEX triplet: ED, 12 and 24. RGB value is (237,18,36). Sum of RGB (Red+Green+Blue) = 237+18+36=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1224 is #12EDDB. Grayscale: #555555. Windows color (decimal): -1240540 or 2364141. OLE color: 2364141.

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

Color convert

RGB 237 18 36 -
CMYK 0 0.92 0.85 0.07
HSL 355.07º 0.86% 0.5% -
HSV(B) 355.07º 0.92% 0.93% -
XYZ 35.46 18.56 3.38 -
YUV 85.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 237 18 36 0 0.92 0.85 0.07 355.07 0.86 0.5
Hex ED 12 24 0 5C 55 7 163 56 32
Octal 355 22 44 0 134 125 7 543 126 62
Binary 11101101 10010 100100 0 1011100 1010101 111 101100011 1010110 110010

Color Harmonies of #ED1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1224

Black with #ED1224

Text Example


Text Example

White with #ED1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1224; }

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

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

background-color css

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

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

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

border-color css

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

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

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