Html Css Color HEX #F91928 Torch Red

📋 copy color: '#F91928'

red 249 ◦ green 25 ◦ blue 40

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

Shades of Torch Red #F91928

Tints of Torch Red #F91928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 79.3%
G = 7.96%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F91928 (or 0xF91928) is known color: Torch Red. HEX triplet: F9, 19 and 28. RGB value is (249,25,40). Sum of RGB (Red+Green+Blue) = 249+25+40=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F91928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91928 is #06E6D7. Grayscale: #5D5D5D. Windows color (decimal): -452312 or 2628089. OLE color: 2628089.

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

Color convert

RGB 249 25 40 -
CMYK 0 0.90 0.84 0.02
HSL 355.98º 0.95% 0.54% -
HSV(B) 355.98º 0.9% 0.98% -
XYZ 39.8 20.99 3.96 -
YUV 93.69 97.71 238.78 -
System Red Green Blue C M Y K H S L
Decimal 249 25 40 0 0.90 0.84 0.02 355.98 0.95 0.54
Hex F9 19 28 0 5A 54 2 164 5F 36
Octal 371 31 50 0 132 124 2 544 137 66
Binary 11111001 11001 101000 0 1011010 1010100 10 101100100 1011111 110110

Color Harmonies of #F91928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91928

Black with #F91928

Text Example


Text Example

White with #F91928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91928; }

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

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

background-color css

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

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

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

border-color css

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

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

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