Html Css Color HEX #FB1820 Torch Red

📋 copy color: '#FB1820'

red 251 ◦ green 24 ◦ blue 32

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

Shades of Torch Red #FB1820

Tints of Torch Red #FB1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 81.76%
G = 7.82%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB1820 (or 0xFB1820) is known color: Torch Red. HEX triplet: FB, 18 and 20. RGB value is (251,24,32). Sum of RGB (Red+Green+Blue) = 251+24+32=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1820 is #04E7DF. Grayscale: #5C5C5C. Windows color (decimal): -321504 or 2103547. OLE color: 2103547.

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

Color convert

RGB 251 24 32 -
CMYK 0 0.90 0.87 0.02
HSL 357.89º 0.97% 0.54% -
HSV(B) 357.89º 0.9% 0.98% -
XYZ 40.37 21.27 3.34 -
YUV 92.79 93.71 240.85 -
System Red Green Blue C M Y K H S L
Decimal 251 24 32 0 0.90 0.87 0.02 357.89 0.97 0.54
Hex FB 18 20 0 5A 57 2 166 61 36
Octal 373 30 40 0 132 127 2 546 141 66
Binary 11111011 11000 100000 0 1011010 1010111 10 101100110 1100001 110110

Color Harmonies of #FB1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1820

Black with #FB1820

Text Example


Text Example

White with #FB1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1820; }

 p { color: rgb(251,24,32); }

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

background-color css

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

 a { background-color: rgb(251,24,32); }

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

border-color css

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

 span { border-color: rgb(251,24,32); }

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