Html Css Color HEX #FB0814 Torch Red

📋 copy color: '#FB0814'

red 251 ◦ green 8 ◦ blue 20

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

Shades of Torch Red #FB0814

Tints of Torch Red #FB0814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 89.96%
G = 2.87%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB0814 (or 0xFB0814) is known color: Torch Red. HEX triplet: FB, 08 and 14. RGB value is (251,8,20). Sum of RGB (Red+Green+Blue) = 251+8+20=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0814 is #04F7EB. Grayscale: #525252. Windows color (decimal): -325612 or 1313019. OLE color: 1313019.

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

Color convert

RGB 251 8 20 -
CMYK 0 0.97 0.92 0.02
HSL 357.04º 0.97% 0.51% -
HSV(B) 357.04º 0.97% 0.98% -
XYZ 40 20.73 2.56 -
YUV 82.03 93.01 248.52 -
System Red Green Blue C M Y K H S L
Decimal 251 8 20 0 0.97 0.92 0.02 357.04 0.97 0.51
Hex FB 8 14 0 61 5C 2 165 61 33
Octal 373 10 24 0 141 134 2 545 141 63
Binary 11111011 1000 10100 0 1100001 1011100 10 101100101 1100001 110011

Color Harmonies of #FB0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0814

Black with #FB0814

Text Example


Text Example

White with #FB0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0814; }

 p { color: rgb(251,8,20); }

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

background-color css

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

 a { background-color: rgb(251,8,20); }

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

border-color css

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

 span { border-color: rgb(251,8,20); }

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