Html Css Color HEX #FB1824 Torch Red

📋 copy color: '#FB1824'

red 251 ◦ green 24 ◦ blue 36

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

Shades of Torch Red #FB1824

Tints of Torch Red #FB1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 80.71%
G = 7.72%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1824 (or 0xFB1824) is known color: Torch Red. HEX triplet: FB, 18 and 24. RGB value is (251,24,36). Sum of RGB (Red+Green+Blue) = 251+24+36=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1824 is #04E7DB. Grayscale: #5D5D5D. Windows color (decimal): -321500 or 2365691. OLE color: 2365691.

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

Color convert

RGB 251 24 36 -
CMYK 0 0.90 0.86 0.02
HSL 356.83º 0.97% 0.54% -
HSV(B) 356.83º 0.9% 0.98% -
XYZ 40.43 21.29 3.65 -
YUV 93.24 95.71 240.52 -
System Red Green Blue C M Y K H S L
Decimal 251 24 36 0 0.90 0.86 0.02 356.83 0.97 0.54
Hex FB 18 24 0 5A 56 2 165 61 36
Octal 373 30 44 0 132 126 2 545 141 66
Binary 11111011 11000 100100 0 1011010 1010110 10 101100101 1100001 110110

Color Harmonies of #FB1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1824

Black with #FB1824

Text Example


Text Example

White with #FB1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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