Html Css Color HEX #FB1625 Torch Red

📋 copy color: '#FB1625'

red 251 ◦ green 22 ◦ blue 37

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

Shades of Torch Red #FB1625

Tints of Torch Red #FB1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 80.97%
G = 7.1%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB1625 (or 0xFB1625) is known color: Torch Red. HEX triplet: FB, 16 and 25. RGB value is (251,22,37). Sum of RGB (Red+Green+Blue) = 251+22+37=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1625 is #04E9DA. Grayscale: #5C5C5C. Windows color (decimal): -322011 or 2430715. OLE color: 2430715.

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

Color convert

RGB 251 22 37 -
CMYK 0 0.91 0.85 0.02
HSL 356.07º 0.97% 0.54% -
HSV(B) 356.07º 0.91% 0.98% -
XYZ 40.4 21.22 3.72 -
YUV 92.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 251 22 37 0 0.91 0.85 0.02 356.07 0.97 0.54
Hex FB 16 25 0 5B 55 2 164 61 36
Octal 373 26 45 0 133 125 2 544 141 66
Binary 11111011 10110 100101 0 1011011 1010101 10 101100100 1100001 110110

Color Harmonies of #FB1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1625

Black with #FB1625

Text Example


Text Example

White with #FB1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1625; }

 p { color: rgb(251,22,37); }

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

background-color css

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

 a { background-color: rgb(251,22,37); }

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

border-color css

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

 span { border-color: rgb(251,22,37); }

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