Html Css Color HEX #ED1432 Torch Red

📋 copy color: '#ED1432'

red 237 ◦ green 20 ◦ blue 50

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

Shades of Torch Red #ED1432

Tints of Torch Red #ED1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 77.2%
G = 6.51%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1432 (or 0xED1432) is known color: Torch Red. HEX triplet: ED, 14 and 32. RGB value is (237,20,50). Sum of RGB (Red+Green+Blue) = 237+20+50=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1432 is #12EBCD. Grayscale: #585858. Windows color (decimal): -1240014 or 3282157. OLE color: 3282157.

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

Color convert

RGB 237 20 50 -
CMYK 0 0.92 0.79 0.07
HSL 351.71º 0.86% 0.5% -
HSV(B) 351.71º 0.92% 0.93% -
XYZ 35.75 18.74 4.75 -
YUV 88.3 106.39 234.06 -
System Red Green Blue C M Y K H S L
Decimal 237 20 50 0 0.92 0.79 0.07 351.71 0.86 0.5
Hex ED 14 32 0 5C 4F 7 160 56 32
Octal 355 24 62 0 134 117 7 540 126 62
Binary 11101101 10100 110010 0 1011100 1001111 111 101100000 1010110 110010

Color Harmonies of #ED1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1432

Black with #ED1432

Text Example


Text Example

White with #ED1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1432; }

 p { color: rgb(237,20,50); }

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

background-color css

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

 a { background-color: rgb(237,20,50); }

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

border-color css

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

 span { border-color: rgb(237,20,50); }

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