#ed103b

Color #ED103B Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #ED103B

Tints of Torch Red #ED103B

Color information

#ED103B (or 0xED103B) is unknown color: approx 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

RGB2371659-
CMYK00.930.750.07
HSL348.33º87.35%49.61%-
HSV(B)348.33º93.25%92.94%-
XYZ35.918.695.85-
YUV86.98112.22235-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237165900.930.750.07348.3387.3549.61
HexED103B05D4B715c5732
Octal35520730135113753412762
Binary11101101100001110110101110110010111111010111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed103b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>