Html Css Color HEX #FB0221 Torch Red

📋 copy color: '#FB0221'

red 251 ◦ green 2 ◦ blue 33

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

Shades of Torch Red #FB0221

Tints of Torch Red #FB0221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 87.76%
G = 0.7%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB0221 (or 0xFB0221) is known color: Torch Red. HEX triplet: FB, 02 and 21. RGB value is (251,2,33). Sum of RGB (Red+Green+Blue) = 251+2+33=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0221 is #04FDDE. Grayscale: #505050. Windows color (decimal): -327135 or 2163451. OLE color: 2163451.

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

Color convert

RGB 251 2 33 -
CMYK 0 0.99 0.87 0.02
HSL 352.53º 0.98% 0.5% -
HSV(B) 352.53º 0.99% 0.98% -
XYZ 40.08 20.66 3.31 -
YUV 79.99 101.49 249.98 -
System Red Green Blue C M Y K H S L
Decimal 251 2 33 0 0.99 0.87 0.02 352.53 0.98 0.5
Hex FB 2 21 0 63 57 2 161 62 32
Octal 373 2 41 0 143 127 2 541 142 62
Binary 11111011 10 100001 0 1100011 1010111 10 101100001 1100010 110010

Color Harmonies of #FB0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0221

Black with #FB0221

Text Example


Text Example

White with #FB0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0221; }

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

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

background-color css

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

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

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

border-color css

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

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

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