Html Css Color HEX #F91D45 Torch Red

📋 copy color: '#F91D45'

red 249 ◦ green 29 ◦ blue 69

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

Shades of Torch Red #F91D45

Tints of Torch Red #F91D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

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

R = 71.76%
G = 8.36%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F91D45 (or 0xF91D45) is known color: Torch Red. HEX triplet: F9, 1D and 45. RGB value is (249,29,69). Sum of RGB (Red+Green+Blue) = 249+29+69=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D45 is #06E2BA. Grayscale: #636363. Windows color (decimal): -451259 or 4529657. OLE color: 4529657.

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

Color convert

RGB 249 29 69 -
CMYK 0 0.88 0.72 0.02
HSL 349.09º 0.95% 0.55% -
HSV(B) 349.09º 0.88% 0.98% -
XYZ 40.58 21.45 7.63 -
YUV 99.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 249 29 69 0 0.88 0.72 0.02 349.09 0.95 0.55
Hex F9 1D 45 0 58 48 2 15D 5F 37
Octal 371 35 105 0 130 110 2 535 137 67
Binary 11111001 11101 1000101 0 1011000 1001000 10 101011101 1011111 110111

Color Harmonies of #F91D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D45

Black with #F91D45

Text Example


Text Example

White with #F91D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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