Html Css Color HEX #ED083B Torch Red

📋 copy color: '#ED083B'

red 237 ◦ green 8 ◦ blue 59

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

Shades of Torch Red #ED083B

Tints of Torch Red #ED083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 77.96%
G = 2.63%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED083B (or 0xED083B) is known color: Torch Red. HEX triplet: ED, 08 and 3B. RGB value is (237,8,59). Sum of RGB (Red+Green+Blue) = 237+8+59=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED083B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED083B is #12F7C4. Grayscale: #525252. Windows color (decimal): -1243077 or 3868909. OLE color: 3868909.

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

Color convert

RGB 237 8 59 -
CMYK 0 0.97 0.75 0.07
HSL 346.64º 0.93% 0.48% -
HSV(B) 346.64º 0.97% 0.93% -
XYZ 35.8 18.49 5.82 -
YUV 82.29 114.87 238.35 -
System Red Green Blue C M Y K H S L
Decimal 237 8 59 0 0.97 0.75 0.07 346.64 0.93 0.48
Hex ED 8 3B 0 61 4B 7 15B 5D 30
Octal 355 10 73 0 141 113 7 533 135 60
Binary 11101101 1000 111011 0 1100001 1001011 111 101011011 1011101 110000

Color Harmonies of #ED083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED083B

Black with #ED083B

Text Example


Text Example

White with #ED083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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