Html Css Color HEX #FB0924 Torch Red

📋 copy color: '#FB0924'

red 251 ◦ green 9 ◦ blue 36

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

Shades of Torch Red #FB0924

Tints of Torch Red #FB0924

RGB

 RED value IS 251 (98.44% from 255) = 84.8%

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 84.8%
G = 3.04%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB0924 (or 0xFB0924) is known color: Torch Red. HEX triplet: FB, 09 and 24. RGB value is (251,9,36). Sum of RGB (Red+Green+Blue) = 251+9+36=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0924 is #04F6DB. Grayscale: #545454. Windows color (decimal): -325340 or 2361851. OLE color: 2361851.

HSL color Cylindrical-coordinate representation of color #FB0924: hue angle of 353.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0924 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 9 36 -
CMYK 0 0.96 0.86 0.02
HSL 353.31º 0.97% 0.51% -
HSV(B) 353.31º 0.96% 0.98% -
XYZ 40.2 20.83 3.57 -
YUV 84.44 100.67 246.8 -
System Red Green Blue C M Y K H S L
Decimal 251 9 36 0 0.96 0.86 0.02 353.31 0.97 0.51
Hex FB 9 24 0 60 56 2 161 61 33
Octal 373 11 44 0 140 126 2 541 141 63
Binary 11111011 1001 100100 0 1100000 1010110 10 101100001 1100001 110011

Color Harmonies of #FB0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0924

Black with #FB0924

Text Example


Text Example

White with #FB0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0924; }

 p { color: rgb(251,9,36); }

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

background-color css

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

 a { background-color: rgb(251,9,36); }

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

border-color css

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

 span { border-color: rgb(251,9,36); }

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