Html Css Color HEX #ED1233 Torch Red

📋 copy color: '#ED1233'

red 237 ◦ green 18 ◦ blue 51

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

Shades of Torch Red #ED1233

Tints of Torch Red #ED1233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 77.45%
G = 5.88%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1233 (or 0xED1233) is known color: Torch Red. HEX triplet: ED, 12 and 33. RGB value is (237,18,51). Sum of RGB (Red+Green+Blue) = 237+18+51=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1233 is #12EDCC. Grayscale: #575757. Windows color (decimal): -1240525 or 3347181. OLE color: 3347181.

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

Color convert

RGB 237 18 51 -
CMYK 0 0.92 0.78 0.07
HSL 350.96º 0.86% 0.5% -
HSV(B) 350.96º 0.92% 0.93% -
XYZ 35.74 18.68 4.85 -
YUV 87.24 107.55 234.82 -
System Red Green Blue C M Y K H S L
Decimal 237 18 51 0 0.92 0.78 0.07 350.96 0.86 0.5
Hex ED 12 33 0 5C 4E 7 15F 56 32
Octal 355 22 63 0 134 116 7 537 126 62
Binary 11101101 10010 110011 0 1011100 1001110 111 101011111 1010110 110010

Color Harmonies of #ED1233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1233

Black with #ED1233

Text Example


Text Example

White with #ED1233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1233; }

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

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

background-color css

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

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

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

border-color css

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

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

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