Html Css Color HEX #F51D3E Torch Red

📋 copy color: '#F51D3E'

red 245 ◦ green 29 ◦ blue 62

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

Shades of Torch Red #F51D3E

Tints of Torch Red #F51D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 72.92%
G = 8.63%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F51D3E (or 0xF51D3E) is known color: Torch Red. HEX triplet: F5, 1D and 3E. RGB value is (245,29,62). Sum of RGB (Red+Green+Blue) = 245+29+62=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D3E is #0AE2C1. Grayscale: #616161. Windows color (decimal): -713410 or 4070901. OLE color: 4070901.

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

Color convert

RGB 245 29 62 -
CMYK 0 0.88 0.75 0.04
HSL 350.83º 0.92% 0.54% -
HSV(B) 350.83º 0.88% 0.96% -
XYZ 38.97 20.64 6.49 -
YUV 97.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 245 29 62 0 0.88 0.75 0.04 350.83 0.92 0.54
Hex F5 1D 3E 0 58 4B 4 15F 5C 36
Octal 365 35 76 0 130 113 4 537 134 66
Binary 11110101 11101 111110 0 1011000 1001011 100 101011111 1011100 110110

Color Harmonies of #F51D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D3E

Black with #F51D3E

Text Example


Text Example

White with #F51D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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