Html Css Color HEX #FB0321 Torch Red

📋 copy color: '#FB0321'

red 251 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #FB0321

Tints of Torch Red #FB0321

RGB

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

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

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

R = 87.46%
G = 1.05%
B = 11.5%

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

#FB0321 (or 0xFB0321) is known color: Torch Red. HEX triplet: FB, 03 and 21. RGB value is (251,3,33). Sum of RGB (Red+Green+Blue) = 251+3+33=287 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.46% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0321 is #04FCDE. Grayscale: #505050. Windows color (decimal): -326879 or 2163707. OLE color: 2163707.

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

Color convert

RGB 251 3 33 -
CMYK 0 0.99 0.87 0.02
HSL 352.74º 0.98% 0.5% -
HSV(B) 352.74º 0.99% 0.98% -
XYZ 40.09 20.68 3.32 -
YUV 80.57 101.16 249.56 -
System Red Green Blue C M Y K H S L
Decimal 251 3 33 0 0.99 0.87 0.02 352.74 0.98 0.5
Hex FB 3 21 0 63 57 2 161 62 32
Octal 373 3 41 0 143 127 2 541 142 62
Binary 11111011 11 100001 0 1100011 1010111 10 101100001 1100010 110010

Color Harmonies of #FB0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0321

Black with #FB0321

Text Example


Text Example

White with #FB0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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