Html Css Color HEX #FB0A19 Torch Red

📋 copy color: '#FB0A19'

red 251 ◦ green 10 ◦ blue 25

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

Shades of Torch Red #FB0A19

Tints of Torch Red #FB0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 87.76%
G = 3.5%
B = 8.74%

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

#FB0A19 (or 0xFB0A19) is known color: Torch Red. HEX triplet: FB, 0A and 19. RGB value is (251,10,25). Sum of RGB (Red+Green+Blue) = 251+10+25=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0A19 is #04F5E6. Grayscale: #535353. Windows color (decimal): -325095 or 1641211. OLE color: 1641211.

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

Color convert

RGB 251 10 25 -
CMYK 0 0.96 0.90 0.02
HSL 356.27º 0.97% 0.51% -
HSV(B) 356.27º 0.96% 0.98% -
XYZ 40.07 20.8 2.82 -
YUV 83.77 94.84 247.28 -
System Red Green Blue C M Y K H S L
Decimal 251 10 25 0 0.96 0.90 0.02 356.27 0.97 0.51
Hex FB A 19 0 60 5A 2 164 61 33
Octal 373 12 31 0 140 132 2 544 141 63
Binary 11111011 1010 11001 0 1100000 1011010 10 101100100 1100001 110011

Color Harmonies of #FB0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A19

Black with #FB0A19

Text Example


Text Example

White with #FB0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A19; }

 p { color: rgb(251,10,25); }

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

background-color css

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

 a { background-color: rgb(251,10,25); }

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

border-color css

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

 span { border-color: rgb(251,10,25); }

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