Html Css Color HEX #F91530 Torch Red

📋 copy color: '#F91530'

red 249 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #F91530

Tints of Torch Red #F91530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

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

R = 78.3%
G = 6.6%
B = 15.09%

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

#F91530 (or 0xF91530) is known color: Torch Red. HEX triplet: F9, 15 and 30. RGB value is (249,21,48). Sum of RGB (Red+Green+Blue) = 249+21+48=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F91530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91530 is #06EACF. Grayscale: #5C5C5C. Windows color (decimal): -453328 or 3151353. OLE color: 3151353.

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

Color convert

RGB 249 21 48 -
CMYK 0 0.92 0.81 0.02
HSL 352.89º 0.95% 0.53% -
HSV(B) 352.89º 0.92% 0.98% -
XYZ 39.87 20.89 4.73 -
YUV 92.25 103.04 239.8 -
System Red Green Blue C M Y K H S L
Decimal 249 21 48 0 0.92 0.81 0.02 352.89 0.95 0.53
Hex F9 15 30 0 5C 51 2 161 5F 35
Octal 371 25 60 0 134 121 2 541 137 65
Binary 11111001 10101 110000 0 1011100 1010001 10 101100001 1011111 110101

Color Harmonies of #F91530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91530

Black with #F91530

Text Example


Text Example

White with #F91530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91530; }

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

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

background-color css

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

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

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

border-color css

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

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

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