Html Css Color HEX #F91028 Torch Red

📋 copy color: '#F91028'

red 249 ◦ green 16 ◦ blue 40

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

Shades of Torch Red #F91028

Tints of Torch Red #F91028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

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

R = 81.64%
G = 5.25%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F91028 (or 0xF91028) is known color: Torch Red. HEX triplet: F9, 10 and 28. RGB value is (249,16,40). Sum of RGB (Red+Green+Blue) = 249+16+40=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91028 is #06EFD7. Grayscale: #585858. Windows color (decimal): -454616 or 2625785. OLE color: 2625785.

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

Color convert

RGB 249 16 40 -
CMYK 0 0.94 0.84 0.02
HSL 353.82º 0.95% 0.52% -
HSV(B) 353.82º 0.94% 0.98% -
XYZ 39.64 20.66 3.91 -
YUV 88.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 249 16 40 0 0.94 0.84 0.02 353.82 0.95 0.52
Hex F9 10 28 0 5E 54 2 162 5F 34
Octal 371 20 50 0 136 124 2 542 137 64
Binary 11111001 10000 101000 0 1011110 1010100 10 101100010 1011111 110100

Color Harmonies of #F91028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91028

Black with #F91028

Text Example


Text Example

White with #F91028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91028; }

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

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

background-color css

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

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

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

border-color css

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

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

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