Html Css Color HEX #F51745 Torch Red

📋 copy color: '#F51745'

red 245 ◦ green 23 ◦ blue 69

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

Shades of Torch Red #F51745

Tints of Torch Red #F51745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 72.7%
G = 6.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F51745 (or 0xF51745) is known color: Torch Red. HEX triplet: F5, 17 and 45. RGB value is (245,23,69). Sum of RGB (Red+Green+Blue) = 245+23+69=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F51745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51745 is #0AE8BA. Grayscale: #5E5E5E. Windows color (decimal): -714939 or 4528117. OLE color: 4528117.

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

Color convert

RGB 245 23 69 -
CMYK 0 0.91 0.72 0.04
HSL 347.57º 0.92% 0.53% -
HSV(B) 347.57º 0.91% 0.96% -
XYZ 39.04 20.45 7.52 -
YUV 94.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 245 23 69 0 0.91 0.72 0.04 347.57 0.92 0.53
Hex F5 17 45 0 5B 48 4 15C 5C 35
Octal 365 27 105 0 133 110 4 534 134 65
Binary 11110101 10111 1000101 0 1011011 1001000 100 101011100 1011100 110101

Color Harmonies of #F51745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51745

Black with #F51745

Text Example


Text Example

White with #F51745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51745; }

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

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

background-color css

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

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

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

border-color css

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

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

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