Html Css Color HEX #ED1735 Torch Red

📋 copy color: '#ED1735'

red 237 ◦ green 23 ◦ blue 53

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

Shades of Torch Red #ED1735

Tints of Torch Red #ED1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 75.72%
G = 7.35%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1735 (or 0xED1735) is known color: Torch Red. HEX triplet: ED, 17 and 35. RGB value is (237,23,53). Sum of RGB (Red+Green+Blue) = 237+23+53=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1735 is #12E8CA. Grayscale: #5A5A5A. Windows color (decimal): -1239243 or 3479533. OLE color: 3479533.

HSL color Cylindrical-coordinate representation of color #ED1735: hue angle of 351.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1735 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 53 -
CMYK 0 0.90 0.78 0.07
HSL 351.59º 0.86% 0.51% -
HSV(B) 351.59º 0.9% 0.93% -
XYZ 35.87 18.87 5.12 -
YUV 90.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 237 23 53 0 0.90 0.78 0.07 351.59 0.86 0.51
Hex ED 17 35 0 5A 4E 7 160 56 33
Octal 355 27 65 0 132 116 7 540 126 63
Binary 11101101 10111 110101 0 1011010 1001110 111 101100000 1010110 110011

Color Harmonies of #ED1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1735

Black with #ED1735

Text Example


Text Example

White with #ED1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1735; }

 p { color: rgb(237,23,53); }

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

background-color css

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

 a { background-color: rgb(237,23,53); }

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

border-color css

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

 span { border-color: rgb(237,23,53); }

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