Html Css Color HEX #ED061E Torch Red

📋 copy color: '#ED061E'

red 237 ◦ green 6 ◦ blue 30

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

Shades of Torch Red #ED061E

Tints of Torch Red #ED061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 86.81%
G = 2.2%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED061E (or 0xED061E) is known color: Torch Red. HEX triplet: ED, 06 and 1E. RGB value is (237,6,30). Sum of RGB (Red+Green+Blue) = 237+6+30=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED061E is #12F9E1. Grayscale: #4D4D4D. Windows color (decimal): -1243618 or 1967853. OLE color: 1967853.

HSL color Cylindrical-coordinate representation of color #ED061E: hue angle of 353.77º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED061E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 30 -
CMYK 0 0.97 0.87 0.07
HSL 353.77º 0.95% 0.48% -
HSV(B) 353.77º 0.97% 0.93% -
XYZ 35.22 18.23 2.89 -
YUV 77.81 101.03 241.55 -
System Red Green Blue C M Y K H S L
Decimal 237 6 30 0 0.97 0.87 0.07 353.77 0.95 0.48
Hex ED 6 1E 0 61 57 7 162 5F 30
Octal 355 6 36 0 141 127 7 542 137 60
Binary 11101101 110 11110 0 1100001 1010111 111 101100010 1011111 110000

Color Harmonies of #ED061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED061E

Black with #ED061E

Text Example


Text Example

White with #ED061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED061E; }

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

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

background-color css

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

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

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

border-color css

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

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

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