Html Css Color HEX #FB1244 Torch Red

📋 copy color: '#FB1244'

red 251 ◦ green 18 ◦ blue 68

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

Shades of Torch Red #FB1244

Tints of Torch Red #FB1244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 74.48%
G = 5.34%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB1244 (or 0xFB1244) is known color: Torch Red. HEX triplet: FB, 12 and 44. RGB value is (251,18,68). Sum of RGB (Red+Green+Blue) = 251+18+68=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1244 is #04EDBB. Grayscale: #5D5D5D. Windows color (decimal): -323004 or 4461307. OLE color: 4461307.

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

Color convert

RGB 251 18 68 -
CMYK 0 0.93 0.73 0.02
HSL 347.12º 0.97% 0.53% -
HSV(B) 347.12º 0.93% 0.98% -
XYZ 41.04 21.36 7.43 -
YUV 93.37 113.69 240.43 -
System Red Green Blue C M Y K H S L
Decimal 251 18 68 0 0.93 0.73 0.02 347.12 0.97 0.53
Hex FB 12 44 0 5D 49 2 15B 61 35
Octal 373 22 104 0 135 111 2 533 141 65
Binary 11111011 10010 1000100 0 1011101 1001001 10 101011011 1100001 110101

Color Harmonies of #FB1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1244

Black with #FB1244

Text Example


Text Example

White with #FB1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1244; }

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

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

background-color css

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

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

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

border-color css

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

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

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