Html Css Color HEX #FB031F Torch Red

📋 copy color: '#FB031F'

red 251 ◦ green 3 ◦ blue 31

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

Shades of Torch Red #FB031F

Tints of Torch Red #FB031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 88.07%
G = 1.05%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB031F (or 0xFB031F) is known color: Torch Red. HEX triplet: FB, 03 and 1F. RGB value is (251,3,31). Sum of RGB (Red+Green+Blue) = 251+3+31=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB031F is #04FCE0. Grayscale: #505050. Windows color (decimal): -326881 or 2032635. OLE color: 2032635.

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

Color convert

RGB 251 3 31 -
CMYK 0 0.99 0.88 0.02
HSL 353.23º 0.98% 0.5% -
HSV(B) 353.23º 0.99% 0.98% -
XYZ 40.06 20.67 3.18 -
YUV 80.34 100.16 249.72 -
System Red Green Blue C M Y K H S L
Decimal 251 3 31 0 0.99 0.88 0.02 353.23 0.98 0.5
Hex FB 3 1F 0 63 58 2 161 62 32
Octal 373 3 37 0 143 130 2 541 142 62
Binary 11111011 11 11111 0 1100011 1011000 10 101100001 1100010 110010

Color Harmonies of #FB031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB031F

Black with #FB031F

Text Example


Text Example

White with #FB031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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