Html Css Color HEX #FB0336 Torch Red

📋 copy color: '#FB0336'

red 251 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #FB0336

Tints of Torch Red #FB0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 81.49%
G = 0.97%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB0336 (or 0xFB0336) is known color: Torch Red. HEX triplet: FB, 03 and 36. RGB value is (251,3,54). Sum of RGB (Red+Green+Blue) = 251+3+54=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0336 is #04FCC9. Grayscale: #535353. Windows color (decimal): -326858 or 3539963. OLE color: 3539963.

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

Color convert

RGB 251 3 54 -
CMYK 0 0.99 0.78 0.02
HSL 347.66º 0.98% 0.5% -
HSV(B) 347.66º 0.99% 0.98% -
XYZ 40.48 20.84 5.38 -
YUV 82.97 111.66 247.85 -
System Red Green Blue C M Y K H S L
Decimal 251 3 54 0 0.99 0.78 0.02 347.66 0.98 0.5
Hex FB 3 36 0 63 4E 2 15C 62 32
Octal 373 3 66 0 143 116 2 534 142 62
Binary 11111011 11 110110 0 1100011 1001110 10 101011100 1100010 110010

Color Harmonies of #FB0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0336

Black with #FB0336

Text Example


Text Example

White with #FB0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0336; }

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

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

background-color css

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

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

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

border-color css

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

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

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