Html Css Color HEX #ED083D Torch Red

📋 copy color: '#ED083D'

red 237 ◦ green 8 ◦ blue 61

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

Shades of Torch Red #ED083D

Tints of Torch Red #ED083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 77.45%
G = 2.61%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED083D (or 0xED083D) is known color: Torch Red. HEX triplet: ED, 08 and 3D. RGB value is (237,8,61). Sum of RGB (Red+Green+Blue) = 237+8+61=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED083D is #12F7C2. Grayscale: #525252. Windows color (decimal): -1243075 or 3999981. OLE color: 3999981.

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

Color convert

RGB 237 8 61 -
CMYK 0 0.97 0.74 0.07
HSL 346.11º 0.93% 0.48% -
HSV(B) 346.11º 0.97% 0.93% -
XYZ 35.85 18.52 6.1 -
YUV 82.51 115.87 238.19 -
System Red Green Blue C M Y K H S L
Decimal 237 8 61 0 0.97 0.74 0.07 346.11 0.93 0.48
Hex ED 8 3D 0 61 4A 7 15A 5D 30
Octal 355 10 75 0 141 112 7 532 135 60
Binary 11101101 1000 111101 0 1100001 1001010 111 101011010 1011101 110000

Color Harmonies of #ED083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED083D

Black with #ED083D

Text Example


Text Example

White with #ED083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED083D; }

 p { color: rgb(237,8,61); }

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

background-color css

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

 a { background-color: rgb(237,8,61); }

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

border-color css

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

 span { border-color: rgb(237,8,61); }

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