Html Css Color HEX #FB022F Torch Red

📋 copy color: '#FB022F'

red 251 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #FB022F

Tints of Torch Red #FB022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 83.67%
G = 0.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB022F (or 0xFB022F) is known color: Torch Red. HEX triplet: FB, 02 and 2F. RGB value is (251,2,47). Sum of RGB (Red+Green+Blue) = 251+2+47=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB022F is #04FDD0. Grayscale: #515151. Windows color (decimal): -327121 or 3080955. OLE color: 3080955.

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

Color convert

RGB 251 2 47 -
CMYK 0 0.99 0.81 0.02
HSL 349.16º 0.98% 0.5% -
HSV(B) 349.16º 0.99% 0.98% -
XYZ 40.32 20.76 4.57 -
YUV 81.58 108.49 248.84 -
System Red Green Blue C M Y K H S L
Decimal 251 2 47 0 0.99 0.81 0.02 349.16 0.98 0.5
Hex FB 2 2F 0 63 51 2 15D 62 32
Octal 373 2 57 0 143 121 2 535 142 62
Binary 11111011 10 101111 0 1100011 1010001 10 101011101 1100010 110010

Color Harmonies of #FB022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB022F

Black with #FB022F

Text Example


Text Example

White with #FB022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB022F; }

 p { color: rgb(251,2,47); }

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

background-color css

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

 a { background-color: rgb(251,2,47); }

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

border-color css

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

 span { border-color: rgb(251,2,47); }

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