Html Css Color HEX #F50D0F Torch Red

📋 copy color: '#F50D0F'

red 245 ◦ green 13 ◦ blue 15

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

Shades of Torch Red #F50D0F

Tints of Torch Red #F50D0F

RGB

 RED value IS 245 (96.09% from 255) = 89.74%

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 89.74%
G = 4.76%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F50D0F (or 0xF50D0F) is known color: Torch Red. HEX triplet: F5, 0D and 0F. RGB value is (245,13,15). Sum of RGB (Red+Green+Blue) = 245+13+15=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50D0F is #0AF2F0. Grayscale: #525252. Windows color (decimal): -717553 or 986613. OLE color: 986613.

HSL color Cylindrical-coordinate representation of color #F50D0F: hue angle of 359.48º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 13 15 -
CMYK 0 0.95 0.94 0.04
HSL 359.48º 0.92% 0.51% -
HSV(B) 359.48º 0.95% 0.96% -
XYZ 37.89 19.73 2.26 -
YUV 82.6 89.86 243.84 -
System Red Green Blue C M Y K H S L
Decimal 245 13 15 0 0.95 0.94 0.04 359.48 0.92 0.51
Hex F5 D F 0 5F 5E 4 167 5C 33
Octal 365 15 17 0 137 136 4 547 134 63
Binary 11110101 1101 1111 0 1011111 1011110 100 101100111 1011100 110011

Color Harmonies of #F50D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50D0F

Black with #F50D0F

Text Example


Text Example

White with #F50D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50D0F; }

 p { color: rgb(245,13,15); }

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

background-color css

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

 a { background-color: rgb(245,13,15); }

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

border-color css

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

 span { border-color: rgb(245,13,15); }

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