Html Css Color HEX #ED131E Torch Red

📋 copy color: '#ED131E'

red 237 ◦ green 19 ◦ blue 30

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

Shades of Torch Red #ED131E

Tints of Torch Red #ED131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 82.87%
G = 6.64%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED131E (or 0xED131E) is known color: Torch Red. HEX triplet: ED, 13 and 1E. RGB value is (237,19,30). Sum of RGB (Red+Green+Blue) = 237+19+30=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED131E is #12ECE1. Grayscale: #555555. Windows color (decimal): -1240290 or 1971181. OLE color: 1971181.

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

Color convert

RGB 237 19 30 -
CMYK 0 0.92 0.87 0.07
HSL 356.97º 0.86% 0.5% -
HSV(B) 356.97º 0.92% 0.93% -
XYZ 35.39 18.56 2.95 -
YUV 85.44 96.72 236.11 -
System Red Green Blue C M Y K H S L
Decimal 237 19 30 0 0.92 0.87 0.07 356.97 0.86 0.5
Hex ED 13 1E 0 5C 57 7 165 56 32
Octal 355 23 36 0 134 127 7 545 126 62
Binary 11101101 10011 11110 0 1011100 1010111 111 101100101 1010110 110010

Color Harmonies of #ED131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED131E

Black with #ED131E

Text Example


Text Example

White with #ED131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED131E; }

 p { color: rgb(237,19,30); }

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

background-color css

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

 a { background-color: rgb(237,19,30); }

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

border-color css

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

 span { border-color: rgb(237,19,30); }

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