Html Css Color HEX #FB0918 Torch Red

📋 copy color: '#FB0918'

red 251 ◦ green 9 ◦ blue 24

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

Shades of Torch Red #FB0918

Tints of Torch Red #FB0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 88.38%
G = 3.17%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB0918 (or 0xFB0918) is known color: Torch Red. HEX triplet: FB, 09 and 18. RGB value is (251,9,24). Sum of RGB (Red+Green+Blue) = 251+9+24=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0918 is #04F6E7. Grayscale: #535353. Windows color (decimal): -325352 or 1575419. OLE color: 1575419.

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

Color convert

RGB 251 9 24 -
CMYK 0 0.96 0.90 0.02
HSL 356.28º 0.97% 0.51% -
HSV(B) 356.28º 0.96% 0.98% -
XYZ 40.05 20.77 2.76 -
YUV 83.07 94.67 247.78 -
System Red Green Blue C M Y K H S L
Decimal 251 9 24 0 0.96 0.90 0.02 356.28 0.97 0.51
Hex FB 9 18 0 60 5A 2 164 61 33
Octal 373 11 30 0 140 132 2 544 141 63
Binary 11111011 1001 11000 0 1100000 1011010 10 101100100 1100001 110011

Color Harmonies of #FB0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0918

Black with #FB0918

Text Example


Text Example

White with #FB0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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