Html Css Color HEX #FB1528 Torch Red

📋 copy color: '#FB1528'

red 251 ◦ green 21 ◦ blue 40

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

Shades of Torch Red #FB1528

Tints of Torch Red #FB1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 80.45%
G = 6.73%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB1528 (or 0xFB1528) is known color: Torch Red. HEX triplet: FB, 15 and 28. RGB value is (251,21,40). Sum of RGB (Red+Green+Blue) = 251+21+40=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1528 is #04EAD7. Grayscale: #5C5C5C. Windows color (decimal): -322264 or 2627067. OLE color: 2627067.

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

Color convert

RGB 251 21 40 -
CMYK 0 0.92 0.84 0.02
HSL 355.04º 0.97% 0.53% -
HSV(B) 355.04º 0.92% 0.98% -
XYZ 40.43 21.2 3.97 -
YUV 91.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 251 21 40 0 0.92 0.84 0.02 355.04 0.97 0.53
Hex FB 15 28 0 5C 54 2 163 61 35
Octal 373 25 50 0 134 124 2 543 141 65
Binary 11111011 10101 101000 0 1011100 1010100 10 101100011 1100001 110101

Color Harmonies of #FB1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1528

Black with #FB1528

Text Example


Text Example

White with #FB1528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1528; }

 p { color: rgb(251,21,40); }

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

background-color css

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

 a { background-color: rgb(251,21,40); }

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

border-color css

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

 span { border-color: rgb(251,21,40); }

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