Html Css Color HEX #F91819 Torch Red

📋 copy color: '#F91819'

red 249 ◦ green 24 ◦ blue 25

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

Shades of Torch Red #F91819

Tints of Torch Red #F91819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 83.56%
G = 8.05%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91819 (or 0xF91819) is known color: Torch Red. HEX triplet: F9, 18 and 19. RGB value is (249,24,25). Sum of RGB (Red+Green+Blue) = 249+24+25=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F91819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91819 is #06E7E6. Grayscale: #5B5B5B. Windows color (decimal): -452583 or 1644793. OLE color: 1644793.

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

Color convert

RGB 249 24 25 -
CMYK 0 0.90 0.90 0.02
HSL 359.73º 0.95% 0.54% -
HSV(B) 359.73º 0.9% 0.98% -
XYZ 39.57 20.86 2.86 -
YUV 91.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 249 24 25 0 0.90 0.90 0.02 359.73 0.95 0.54
Hex F9 18 19 0 5A 5A 2 168 5F 36
Octal 371 30 31 0 132 132 2 550 137 66
Binary 11111001 11000 11001 0 1011010 1011010 10 101101000 1011111 110110

Color Harmonies of #F91819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91819

Black with #F91819

Text Example


Text Example

White with #F91819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91819; }

 p { color: rgb(249,24,25); }

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

background-color css

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

 a { background-color: rgb(249,24,25); }

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

border-color css

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

 span { border-color: rgb(249,24,25); }

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