Html Css Color HEX #F51517 Torch Red

📋 copy color: '#F51517'

red 245 ◦ green 21 ◦ blue 23

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

Shades of Torch Red #F51517

Tints of Torch Red #F51517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 84.78%
G = 7.27%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51517 (or 0xF51517) is known color: Torch Red. HEX triplet: F5, 15 and 17. RGB value is (245,21,23). Sum of RGB (Red+Green+Blue) = 245+21+23=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F51517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51517 is #0AEAE8. Grayscale: #585858. Windows color (decimal): -715497 or 1512949. OLE color: 1512949.

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

Color convert

RGB 245 21 23 -
CMYK 0 0.91 0.91 0.04
HSL 359.46º 0.92% 0.52% -
HSV(B) 359.46º 0.91% 0.96% -
XYZ 38.08 20.01 2.67 -
YUV 88.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 245 21 23 0 0.91 0.91 0.04 359.46 0.92 0.52
Hex F5 15 17 0 5B 5B 4 167 5C 34
Octal 365 25 27 0 133 133 4 547 134 64
Binary 11110101 10101 10111 0 1011011 1011011 100 101100111 1011100 110100

Color Harmonies of #F51517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51517

Black with #F51517

Text Example


Text Example

White with #F51517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51517; }

 p { color: rgb(245,21,23); }

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

background-color css

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

 a { background-color: rgb(245,21,23); }

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

border-color css

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

 span { border-color: rgb(245,21,23); }

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