Html Css Color HEX #FB0B25 Torch Red

📋 copy color: '#FB0B25'

red 251 ◦ green 11 ◦ blue 37

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

Shades of Torch Red #FB0B25

Tints of Torch Red #FB0B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 83.95%
G = 3.68%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB0B25 (or 0xFB0B25) is known color: Torch Red. HEX triplet: FB, 0B and 25. RGB value is (251,11,37). Sum of RGB (Red+Green+Blue) = 251+11+37=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B25 is #04F4DA. Grayscale: #555555. Windows color (decimal): -324827 or 2427899. OLE color: 2427899.

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

Color convert

RGB 251 11 37 -
CMYK 0 0.96 0.85 0.02
HSL 353.5º 0.97% 0.51% -
HSV(B) 353.5º 0.96% 0.98% -
XYZ 40.24 20.88 3.66 -
YUV 85.72 100.51 245.89 -
System Red Green Blue C M Y K H S L
Decimal 251 11 37 0 0.96 0.85 0.02 353.5 0.97 0.51
Hex FB B 25 0 60 55 2 162 61 33
Octal 373 13 45 0 140 125 2 542 141 63
Binary 11111011 1011 100101 0 1100000 1010101 10 101100010 1100001 110011

Color Harmonies of #FB0B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0B25

Black with #FB0B25

Text Example


Text Example

White with #FB0B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0B25; }

 p { color: rgb(251,11,37); }

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

background-color css

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

 a { background-color: rgb(251,11,37); }

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

border-color css

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

 span { border-color: rgb(251,11,37); }

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