Html Css Color HEX #FB0912 Torch Red

📋 copy color: '#FB0912'

red 251 ◦ green 9 ◦ blue 18

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

Shades of Torch Red #FB0912

Tints of Torch Red #FB0912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 90.29%
G = 3.24%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB0912 (or 0xFB0912) is known color: Torch Red. HEX triplet: FB, 09 and 12. RGB value is (251,9,18). Sum of RGB (Red+Green+Blue) = 251+9+18=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0912 is #04F6ED. Grayscale: #525252. Windows color (decimal): -325358 or 1182203. OLE color: 1182203.

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

Color convert

RGB 251 9 18 -
CMYK 0 0.96 0.93 0.02
HSL 357.77º 0.97% 0.51% -
HSV(B) 357.77º 0.96% 0.98% -
XYZ 39.99 20.75 2.47 -
YUV 82.38 91.67 248.27 -
System Red Green Blue C M Y K H S L
Decimal 251 9 18 0 0.96 0.93 0.02 357.77 0.97 0.51
Hex FB 9 12 0 60 5D 2 166 61 33
Octal 373 11 22 0 140 135 2 546 141 63
Binary 11111011 1001 10010 0 1100000 1011101 10 101100110 1100001 110011

Color Harmonies of #FB0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0912

Black with #FB0912

Text Example


Text Example

White with #FB0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0912; }

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

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

background-color css

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

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

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

border-color css

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

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

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