Html Css Color HEX #FB1A30 Torch Red

📋 copy color: '#FB1A30'

red 251 ◦ green 26 ◦ blue 48

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

Shades of Torch Red #FB1A30

Tints of Torch Red #FB1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

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

R = 77.23%
G = 8%
B = 14.77%

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

#FB1A30 (or 0xFB1A30) is known color: Torch Red. HEX triplet: FB, 1A and 30. RGB value is (251,26,48). Sum of RGB (Red+Green+Blue) = 251+26+48=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A30 is #04E5CF. Grayscale: #5F5F5F. Windows color (decimal): -320976 or 3152635. OLE color: 3152635.

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

Color convert

RGB 251 26 48 -
CMYK 0 0.90 0.81 0.02
HSL 354.13º 0.97% 0.54% -
HSV(B) 354.13º 0.9% 0.98% -
XYZ 40.69 21.46 4.79 -
YUV 95.78 101.04 238.71 -
System Red Green Blue C M Y K H S L
Decimal 251 26 48 0 0.90 0.81 0.02 354.13 0.97 0.54
Hex FB 1A 30 0 5A 51 2 162 61 36
Octal 373 32 60 0 132 121 2 542 141 66
Binary 11111011 11010 110000 0 1011010 1010001 10 101100010 1100001 110110

Color Harmonies of #FB1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A30

Black with #FB1A30

Text Example


Text Example

White with #FB1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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