Html Css Color HEX #F91345 Torch Red

📋 copy color: '#F91345'

red 249 ◦ green 19 ◦ blue 69

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

Shades of Torch Red #F91345

Tints of Torch Red #F91345

RGB

 RED value IS 249 (97.66% from 255) = 73.89%

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 73.89%
G = 5.64%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F91345 (or 0xF91345) is known color: Torch Red. HEX triplet: F9, 13 and 45. RGB value is (249,19,69). Sum of RGB (Red+Green+Blue) = 249+19+69=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F91345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91345 is #06ECBA. Grayscale: #5D5D5D. Windows color (decimal): -453819 or 4527097. OLE color: 4527097.

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

Color convert

RGB 249 19 69 -
CMYK 0 0.92 0.72 0.02
HSL 346.96º 0.95% 0.53% -
HSV(B) 346.96º 0.92% 0.98% -
XYZ 40.37 21.04 7.56 -
YUV 93.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 249 19 69 0 0.92 0.72 0.02 346.96 0.95 0.53
Hex F9 13 45 0 5C 48 2 15B 5F 35
Octal 371 23 105 0 134 110 2 533 137 65
Binary 11111001 10011 1000101 0 1011100 1001000 10 101011011 1011111 110101

Color Harmonies of #F91345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91345

Black with #F91345

Text Example


Text Example

White with #F91345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91345; }

 p { color: rgb(249,19,69); }

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

background-color css

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

 a { background-color: rgb(249,19,69); }

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

border-color css

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

 span { border-color: rgb(249,19,69); }

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