Html Css Color HEX #FB1830 Torch Red

📋 copy color: '#FB1830'

red 251 ◦ green 24 ◦ blue 48

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

Shades of Torch Red #FB1830

Tints of Torch Red #FB1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 77.71%
G = 7.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB1830 (or 0xFB1830) is known color: Torch Red. HEX triplet: FB, 18 and 30. RGB value is (251,24,48). Sum of RGB (Red+Green+Blue) = 251+24+48=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1830 is #04E7CF. Grayscale: #5E5E5E. Windows color (decimal): -321488 or 3152123. OLE color: 3152123.

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

Color convert

RGB 251 24 48 -
CMYK 0 0.90 0.81 0.02
HSL 353.66º 0.97% 0.54% -
HSV(B) 353.66º 0.9% 0.98% -
XYZ 40.64 21.38 4.78 -
YUV 94.61 101.71 239.55 -
System Red Green Blue C M Y K H S L
Decimal 251 24 48 0 0.90 0.81 0.02 353.66 0.97 0.54
Hex FB 18 30 0 5A 51 2 162 61 36
Octal 373 30 60 0 132 121 2 542 141 66
Binary 11111011 11000 110000 0 1011010 1010001 10 101100010 1100001 110110

Color Harmonies of #FB1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1830

Black with #FB1830

Text Example


Text Example

White with #FB1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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