Html Css Color HEX #F91330 Torch Red

📋 copy color: '#F91330'

red 249 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #F91330

Tints of Torch Red #F91330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 78.8%
G = 6.01%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F91330 (or 0xF91330) is known color: Torch Red. HEX triplet: F9, 13 and 30. RGB value is (249,19,48). Sum of RGB (Red+Green+Blue) = 249+19+48=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F91330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91330 is #06ECCF. Grayscale: #5B5B5B. Windows color (decimal): -453840 or 3150841. OLE color: 3150841.

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

Color convert

RGB 249 19 48 -
CMYK 0 0.92 0.81 0.02
HSL 352.43º 0.95% 0.53% -
HSV(B) 352.43º 0.92% 0.98% -
XYZ 39.83 20.82 4.72 -
YUV 91.08 103.7 240.64 -
System Red Green Blue C M Y K H S L
Decimal 249 19 48 0 0.92 0.81 0.02 352.43 0.95 0.53
Hex F9 13 30 0 5C 51 2 160 5F 35
Octal 371 23 60 0 134 121 2 540 137 65
Binary 11111001 10011 110000 0 1011100 1010001 10 101100000 1011111 110101

Color Harmonies of #F91330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91330

Black with #F91330

Text Example


Text Example

White with #F91330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91330; }

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

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

background-color css

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

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

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

border-color css

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

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

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