Html Css Color HEX #FB053A Torch Red

📋 copy color: '#FB053A'

red 251 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #FB053A

Tints of Torch Red #FB053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 79.94%
G = 1.59%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB053A (or 0xFB053A) is known color: Torch Red. HEX triplet: FB, 05 and 3A. RGB value is (251,5,58). Sum of RGB (Red+Green+Blue) = 251+5+58=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB053A is #04FAC5. Grayscale: #545454. Windows color (decimal): -326342 or 3802619. OLE color: 3802619.

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

Color convert

RGB 251 5 58 -
CMYK 0 0.98 0.77 0.02
HSL 347.07º 0.97% 0.5% -
HSV(B) 347.07º 0.98% 0.98% -
XYZ 40.6 20.92 5.9 -
YUV 84.6 113 246.69 -
System Red Green Blue C M Y K H S L
Decimal 251 5 58 0 0.98 0.77 0.02 347.07 0.97 0.5
Hex FB 5 3A 0 62 4D 2 15B 61 32
Octal 373 5 72 0 142 115 2 533 141 62
Binary 11111011 101 111010 0 1100010 1001101 10 101011011 1100001 110010

Color Harmonies of #FB053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB053A

Black with #FB053A

Text Example


Text Example

White with #FB053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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