Html Css Color HEX #ED103B Torch Red

📋 copy color: '#ED103B'

red 237 ◦ green 16 ◦ blue 59

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

Shades of Torch Red #ED103B

Tints of Torch Red #ED103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 75.96%
G = 5.13%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED103B (or 0xED103B) is known color: Torch Red. HEX triplet: ED, 10 and 3B. RGB value is (237,16,59). Sum of RGB (Red+Green+Blue) = 237+16+59=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED103B is #12EFC4. Grayscale: #575757. Windows color (decimal): -1241029 or 3870957. OLE color: 3870957.

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

Color convert

RGB 237 16 59 -
CMYK 0 0.93 0.75 0.07
HSL 348.33º 0.87% 0.5% -
HSV(B) 348.33º 0.93% 0.93% -
XYZ 35.9 18.69 5.85 -
YUV 86.98 112.22 235 -
System Red Green Blue C M Y K H S L
Decimal 237 16 59 0 0.93 0.75 0.07 348.33 0.87 0.5
Hex ED 10 3B 0 5D 4B 7 15C 57 32
Octal 355 20 73 0 135 113 7 534 127 62
Binary 11101101 10000 111011 0 1011101 1001011 111 101011100 1010111 110010

Color Harmonies of #ED103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED103B

Black with #ED103B

Text Example


Text Example

White with #ED103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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