Html Css Color HEX #F91D37 Torch Red

📋 copy color: '#F91D37'

red 249 ◦ green 29 ◦ blue 55

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

Shades of Torch Red #F91D37

Tints of Torch Red #F91D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 74.77%
G = 8.71%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F91D37 (or 0xF91D37) is known color: Torch Red. HEX triplet: F9, 1D and 37. RGB value is (249,29,55). Sum of RGB (Red+Green+Blue) = 249+29+55=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D37 is #06E2C8. Grayscale: #616161. Windows color (decimal): -451273 or 3612153. OLE color: 3612153.

HSL color Cylindrical-coordinate representation of color #F91D37: hue angle of 352.91º 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 #F91D37 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 55 -
CMYK 0 0.88 0.78 0.02
HSL 352.91º 0.95% 0.55% -
HSV(B) 352.91º 0.88% 0.98% -
XYZ 40.2 21.29 5.61 -
YUV 97.74 103.89 235.89 -
System Red Green Blue C M Y K H S L
Decimal 249 29 55 0 0.88 0.78 0.02 352.91 0.95 0.55
Hex F9 1D 37 0 58 4E 2 161 5F 37
Octal 371 35 67 0 130 116 2 541 137 67
Binary 11111001 11101 110111 0 1011000 1001110 10 101100001 1011111 110111

Color Harmonies of #F91D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D37

Black with #F91D37

Text Example


Text Example

White with #F91D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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