Html Css Color HEX #FB0421 Torch Red

📋 copy color: '#FB0421'

red 251 ◦ green 4 ◦ blue 33

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

Shades of Torch Red #FB0421

Tints of Torch Red #FB0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 87.15%
G = 1.39%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB0421 (or 0xFB0421) is known color: Torch Red. HEX triplet: FB, 04 and 21. RGB value is (251,4,33). Sum of RGB (Red+Green+Blue) = 251+4+33=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0421 is #04FBDE. Grayscale: #515151. Windows color (decimal): -326623 or 2163963. OLE color: 2163963.

HSL color Cylindrical-coordinate representation of color #FB0421: hue angle of 352.96º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0421 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 4 33 -
CMYK 0 0.98 0.87 0.02
HSL 352.96º 0.97% 0.5% -
HSV(B) 352.96º 0.98% 0.98% -
XYZ 40.1 20.71 3.32 -
YUV 81.16 100.83 249.14 -
System Red Green Blue C M Y K H S L
Decimal 251 4 33 0 0.98 0.87 0.02 352.96 0.97 0.5
Hex FB 4 21 0 62 57 2 161 61 32
Octal 373 4 41 0 142 127 2 541 141 62
Binary 11111011 100 100001 0 1100010 1010111 10 101100001 1100001 110010

Color Harmonies of #FB0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0421

Black with #FB0421

Text Example


Text Example

White with #FB0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0421; }

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

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

background-color css

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

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

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

border-color css

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

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

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