Html Css Color HEX #F51C1F Torch Red

📋 copy color: '#F51C1F'

red 245 ◦ green 28 ◦ blue 31

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

Shades of Torch Red #F51C1F

Tints of Torch Red #F51C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 80.59%
G = 9.21%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F51C1F (or 0xF51C1F) is known color: Torch Red. HEX triplet: F5, 1C and 1F. RGB value is (245,28,31). Sum of RGB (Red+Green+Blue) = 245+28+31=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C1F is #0AE3E0. Grayscale: #5D5D5D. Windows color (decimal): -713697 or 2039029. OLE color: 2039029.

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

Color convert

RGB 245 28 31 -
CMYK 0 0.89 0.87 0.04
HSL 359.17º 0.92% 0.54% -
HSV(B) 359.17º 0.89% 0.96% -
XYZ 38.32 20.34 3.2 -
YUV 93.23 92.89 236.26 -
System Red Green Blue C M Y K H S L
Decimal 245 28 31 0 0.89 0.87 0.04 359.17 0.92 0.54
Hex F5 1C 1F 0 59 57 4 167 5C 36
Octal 365 34 37 0 131 127 4 547 134 66
Binary 11110101 11100 11111 0 1011001 1010111 100 101100111 1011100 110110

Color Harmonies of #F51C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C1F

Black with #F51C1F

Text Example


Text Example

White with #F51C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C1F; }

 p { color: rgb(245,28,31); }

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

background-color css

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

 a { background-color: rgb(245,28,31); }

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

border-color css

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

 span { border-color: rgb(245,28,31); }

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