Html Css Color HEX #F51D3C Torch Red

📋 copy color: '#F51D3C'

red 245 ◦ green 29 ◦ blue 60

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

Shades of Torch Red #F51D3C

Tints of Torch Red #F51D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 73.35%
G = 8.68%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F51D3C (or 0xF51D3C) is known color: Torch Red. HEX triplet: F5, 1D and 3C. RGB value is (245,29,60). Sum of RGB (Red+Green+Blue) = 245+29+60=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D3C is #0AE2C3. Grayscale: #616161. Windows color (decimal): -713412 or 3939829. OLE color: 3939829.

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

Color convert

RGB 245 29 60 -
CMYK 0 0.88 0.76 0.04
HSL 351.39º 0.92% 0.54% -
HSV(B) 351.39º 0.88% 0.96% -
XYZ 38.91 20.62 6.2 -
YUV 97.12 107.06 233.48 -
System Red Green Blue C M Y K H S L
Decimal 245 29 60 0 0.88 0.76 0.04 351.39 0.92 0.54
Hex F5 1D 3C 0 58 4C 4 15F 5C 36
Octal 365 35 74 0 130 114 4 537 134 66
Binary 11110101 11101 111100 0 1011000 1001100 100 101011111 1011100 110110

Color Harmonies of #F51D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D3C

Black with #F51D3C

Text Example


Text Example

White with #F51D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D3C; }

 p { color: rgb(245,29,60); }

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

background-color css

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

 a { background-color: rgb(245,29,60); }

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

border-color css

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

 span { border-color: rgb(245,29,60); }

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