Html Css Color HEX #FB153A Torch Red

📋 copy color: '#FB153A'

red 251 ◦ green 21 ◦ blue 58

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

Shades of Torch Red #FB153A

Tints of Torch Red #FB153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 76.06%
G = 6.36%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB153A (or 0xFB153A) is known color: Torch Red. HEX triplet: FB, 15 and 3A. RGB value is (251,21,58). Sum of RGB (Red+Green+Blue) = 251+21+58=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB153A is #04EAC5. Grayscale: #5E5E5E. Windows color (decimal): -322246 or 3806715. OLE color: 3806715.

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

Color convert

RGB 251 21 58 -
CMYK 0 0.92 0.77 0.02
HSL 350.35º 0.97% 0.53% -
HSV(B) 350.35º 0.92% 0.98% -
XYZ 40.82 21.35 5.97 -
YUV 93.99 107.7 239.99 -
System Red Green Blue C M Y K H S L
Decimal 251 21 58 0 0.92 0.77 0.02 350.35 0.97 0.53
Hex FB 15 3A 0 5C 4D 2 15E 61 35
Octal 373 25 72 0 134 115 2 536 141 65
Binary 11111011 10101 111010 0 1011100 1001101 10 101011110 1100001 110101

Color Harmonies of #FB153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB153A

Black with #FB153A

Text Example


Text Example

White with #FB153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB153A; }

 p { color: rgb(251,21,58); }

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

background-color css

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

 a { background-color: rgb(251,21,58); }

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

border-color css

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

 span { border-color: rgb(251,21,58); }

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