Html Css Color HEX #F51117 Torch Red

📋 copy color: '#F51117'

red 245 ◦ green 17 ◦ blue 23

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

Shades of Torch Red #F51117

Tints of Torch Red #F51117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 85.96%
G = 5.96%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51117 (or 0xF51117) is known color: Torch Red. HEX triplet: F5, 11 and 17. RGB value is (245,17,23). Sum of RGB (Red+Green+Blue) = 245+17+23=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F51117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51117 is #0AEEE8. Grayscale: #565656. Windows color (decimal): -716521 or 1511925. OLE color: 1511925.

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

Color convert

RGB 245 17 23 -
CMYK 0 0.93 0.91 0.04
HSL 358.42º 0.92% 0.51% -
HSV(B) 358.42º 0.93% 0.96% -
XYZ 38.01 19.88 2.64 -
YUV 85.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 245 17 23 0 0.93 0.91 0.04 358.42 0.92 0.51
Hex F5 11 17 0 5D 5B 4 166 5C 33
Octal 365 21 27 0 135 133 4 546 134 63
Binary 11110101 10001 10111 0 1011101 1011011 100 101100110 1011100 110011

Color Harmonies of #F51117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51117

Black with #F51117

Text Example


Text Example

White with #F51117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51117; }

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

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

background-color css

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

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

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

border-color css

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

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

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