Html Css Color HEX #FB0915 Torch Red

📋 copy color: '#FB0915'

red 251 ◦ green 9 ◦ blue 21

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

Shades of Torch Red #FB0915

Tints of Torch Red #FB0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 89.32%
G = 3.2%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB0915 (or 0xFB0915) is known color: Torch Red. HEX triplet: FB, 09 and 15. RGB value is (251,9,21). Sum of RGB (Red+Green+Blue) = 251+9+21=281 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.32% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0915 is #04F6EA. Grayscale: #525252. Windows color (decimal): -325355 or 1378811. OLE color: 1378811.

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

Color convert

RGB 251 9 21 -
CMYK 0 0.96 0.92 0.02
HSL 357.02º 0.97% 0.51% -
HSV(B) 357.02º 0.96% 0.98% -
XYZ 40.02 20.76 2.61 -
YUV 82.73 93.17 248.02 -
System Red Green Blue C M Y K H S L
Decimal 251 9 21 0 0.96 0.92 0.02 357.02 0.97 0.51
Hex FB 9 15 0 60 5C 2 165 61 33
Octal 373 11 25 0 140 134 2 545 141 63
Binary 11111011 1001 10101 0 1100000 1011100 10 101100101 1100001 110011

Color Harmonies of #FB0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0915

Black with #FB0915

Text Example


Text Example

White with #FB0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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