Html Css Color HEX #FB1330 Torch Red

📋 copy color: '#FB1330'

red 251 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #FB1330

Tints of Torch Red #FB1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 78.93%
G = 5.97%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB1330 (or 0xFB1330) is known color: Torch Red. HEX triplet: FB, 13 and 30. RGB value is (251,19,48). Sum of RGB (Red+Green+Blue) = 251+19+48=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1330 is #04ECCF. Grayscale: #5B5B5B. Windows color (decimal): -322768 or 3150843. OLE color: 3150843.

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

Color convert

RGB 251 19 48 -
CMYK 0 0.92 0.81 0.02
HSL 352.5º 0.97% 0.53% -
HSV(B) 352.5º 0.92% 0.98% -
XYZ 40.55 21.19 4.75 -
YUV 91.67 103.36 241.64 -
System Red Green Blue C M Y K H S L
Decimal 251 19 48 0 0.92 0.81 0.02 352.5 0.97 0.53
Hex FB 13 30 0 5C 51 2 160 61 35
Octal 373 23 60 0 134 121 2 540 141 65
Binary 11111011 10011 110000 0 1011100 1010001 10 101100000 1100001 110101

Color Harmonies of #FB1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1330

Black with #FB1330

Text Example


Text Example

White with #FB1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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