Html Css Color HEX #ED1633 Torch Red

📋 copy color: '#ED1633'

red 237 ◦ green 22 ◦ blue 51

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

Shades of Torch Red #ED1633

Tints of Torch Red #ED1633

RGB

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

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

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

R = 76.45%
G = 7.1%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1633 (or 0xED1633) is known color: Torch Red. HEX triplet: ED, 16 and 33. RGB value is (237,22,51). Sum of RGB (Red+Green+Blue) = 237+22+51=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1633 is #12E9CC. Grayscale: #595959. Windows color (decimal): -1239501 or 3348205. OLE color: 3348205.

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

Color convert

RGB 237 22 51 -
CMYK 0 0.91 0.78 0.07
HSL 351.91º 0.86% 0.51% -
HSV(B) 351.91º 0.91% 0.93% -
XYZ 35.81 18.82 4.88 -
YUV 89.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 237 22 51 0 0.91 0.78 0.07 351.91 0.86 0.51
Hex ED 16 33 0 5B 4E 7 160 56 33
Octal 355 26 63 0 133 116 7 540 126 63
Binary 11101101 10110 110011 0 1011011 1001110 111 101100000 1010110 110011

Color Harmonies of #ED1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1633

Black with #ED1633

Text Example


Text Example

White with #ED1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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