Html Css Color HEX #FB0306 Torch Red

📋 copy color: '#FB0306'

red 251 ◦ green 3 ◦ blue 6

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

Shades of Torch Red #FB0306

Tints of Torch Red #FB0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 96.54%
G = 1.15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB0306 (or 0xFB0306) is known color: Torch Red. HEX triplet: FB, 03 and 06. RGB value is (251,3,6). Sum of RGB (Red+Green+Blue) = 251+3+6=260 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0306 is #04FCF9. Grayscale: #4D4D4D. Windows color (decimal): -326906 or 394235. OLE color: 394235.

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

Color convert

RGB 251 3 6 -
CMYK 0 0.99 0.98 0.02
HSL 359.27º 0.98% 0.5% -
HSV(B) 359.27º 0.99% 0.98% -
XYZ 39.85 20.59 2.05 -
YUV 77.49 87.66 251.76 -
System Red Green Blue C M Y K H S L
Decimal 251 3 6 0 0.99 0.98 0.02 359.27 0.98 0.5
Hex FB 3 6 0 63 62 2 167 62 32
Octal 373 3 6 0 143 142 2 547 142 62
Binary 11111011 11 110 0 1100011 1100010 10 101100111 1100010 110010

Color Harmonies of #FB0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0306

Black with #FB0306

Text Example


Text Example

White with #FB0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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