Html Css Color HEX #ED061D Torch Red

📋 copy color: '#ED061D'

red 237 ◦ green 6 ◦ blue 29

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

Shades of Torch Red #ED061D

Tints of Torch Red #ED061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 87.13%
G = 2.21%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED061D (or 0xED061D) is known color: Torch Red. HEX triplet: ED, 06 and 1D. RGB value is (237,6,29). Sum of RGB (Red+Green+Blue) = 237+6+29=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED061D is #12F9E2. Grayscale: #4D4D4D. Windows color (decimal): -1243619 or 1902317. OLE color: 1902317.

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

Color convert

RGB 237 6 29 -
CMYK 0 0.97 0.88 0.07
HSL 354.03º 0.95% 0.48% -
HSV(B) 354.03º 0.97% 0.93% -
XYZ 35.21 18.22 2.82 -
YUV 77.69 100.53 241.63 -
System Red Green Blue C M Y K H S L
Decimal 237 6 29 0 0.97 0.88 0.07 354.03 0.95 0.48
Hex ED 6 1D 0 61 58 7 162 5F 30
Octal 355 6 35 0 141 130 7 542 137 60
Binary 11101101 110 11101 0 1100001 1011000 111 101100010 1011111 110000

Color Harmonies of #ED061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED061D

Black with #ED061D

Text Example


Text Example

White with #ED061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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