Html Css Color HEX #FB1230 Torch Red

📋 copy color: '#FB1230'

red 251 ◦ green 18 ◦ blue 48

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

Shades of Torch Red #FB1230

Tints of Torch Red #FB1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 79.18%
G = 5.68%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB1230 (or 0xFB1230) is known color: Torch Red. HEX triplet: FB, 12 and 30. RGB value is (251,18,48). Sum of RGB (Red+Green+Blue) = 251+18+48=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1230 is #04EDCF. Grayscale: #5B5B5B. Windows color (decimal): -323024 or 3150587. OLE color: 3150587.

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

Color convert

RGB 251 18 48 -
CMYK 0 0.93 0.81 0.02
HSL 352.27º 0.97% 0.53% -
HSV(B) 352.27º 0.93% 0.98% -
XYZ 40.53 21.16 4.74 -
YUV 91.09 103.69 242.06 -
System Red Green Blue C M Y K H S L
Decimal 251 18 48 0 0.93 0.81 0.02 352.27 0.97 0.53
Hex FB 12 30 0 5D 51 2 160 61 35
Octal 373 22 60 0 135 121 2 540 141 65
Binary 11111011 10010 110000 0 1011101 1010001 10 101100000 1100001 110101

Color Harmonies of #FB1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1230

Black with #FB1230

Text Example


Text Example

White with #FB1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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