Html Css Color HEX #FB0B36 Torch Red

📋 copy color: '#FB0B36'

red 251 ◦ green 11 ◦ blue 54

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

Shades of Torch Red #FB0B36

Tints of Torch Red #FB0B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 79.43%
G = 3.48%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB0B36 (or 0xFB0B36) is known color: Torch Red. HEX triplet: FB, 0B and 36. RGB value is (251,11,54). Sum of RGB (Red+Green+Blue) = 251+11+54=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B36 is #04F4C9. Grayscale: #575757. Windows color (decimal): -324810 or 3542011. OLE color: 3542011.

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

Color convert

RGB 251 11 54 -
CMYK 0 0.96 0.78 0.02
HSL 349.25º 0.97% 0.51% -
HSV(B) 349.25º 0.96% 0.98% -
XYZ 40.57 21.01 5.41 -
YUV 87.66 109.01 244.5 -
System Red Green Blue C M Y K H S L
Decimal 251 11 54 0 0.96 0.78 0.02 349.25 0.97 0.51
Hex FB B 36 0 60 4E 2 15D 61 33
Octal 373 13 66 0 140 116 2 535 141 63
Binary 11111011 1011 110110 0 1100000 1001110 10 101011101 1100001 110011

Color Harmonies of #FB0B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0B36

Black with #FB0B36

Text Example


Text Example

White with #FB0B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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