Html Css Color HEX #FB1124 Torch Red

📋 copy color: '#FB1124'

red 251 ◦ green 17 ◦ blue 36

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

Shades of Torch Red #FB1124

Tints of Torch Red #FB1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 82.57%
G = 5.59%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1124 (or 0xFB1124) is known color: Torch Red. HEX triplet: FB, 11 and 24. RGB value is (251,17,36). Sum of RGB (Red+Green+Blue) = 251+17+36=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1124 is #04EEDB. Grayscale: #595959. Windows color (decimal): -323292 or 2363899. OLE color: 2363899.

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

Color convert

RGB 251 17 36 -
CMYK 0 0.93 0.86 0.02
HSL 355.13º 0.97% 0.53% -
HSV(B) 355.13º 0.93% 0.98% -
XYZ 40.3 21.04 3.61 -
YUV 89.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 251 17 36 0 0.93 0.86 0.02 355.13 0.97 0.53
Hex FB 11 24 0 5D 56 2 163 61 35
Octal 373 21 44 0 135 126 2 543 141 65
Binary 11111011 10001 100100 0 1011101 1010110 10 101100011 1100001 110101

Color Harmonies of #FB1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1124

Black with #FB1124

Text Example


Text Example

White with #FB1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1124; }

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

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

background-color css

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

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

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

border-color css

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

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

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