Html Css Color HEX #FB0349 Torch Red

📋 copy color: '#FB0349'

red 251 ◦ green 3 ◦ blue 73

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

Shades of Torch Red #FB0349

Tints of Torch Red #FB0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 76.76%
G = 0.92%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB0349 (or 0xFB0349) is known color: Torch Red. HEX triplet: FB, 03 and 49. RGB value is (251,3,73). Sum of RGB (Red+Green+Blue) = 251+3+73=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0349 is #04FCB6. Grayscale: #555555. Windows color (decimal): -326839 or 4785147. OLE color: 4785147.

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

Color convert

RGB 251 3 73 -
CMYK 0 0.99 0.71 0.02
HSL 343.06º 0.98% 0.5% -
HSV(B) 343.06º 0.99% 0.98% -
XYZ 41.02 21.06 8.21 -
YUV 85.13 121.16 246.31 -
System Red Green Blue C M Y K H S L
Decimal 251 3 73 0 0.99 0.71 0.02 343.06 0.98 0.5
Hex FB 3 49 0 63 47 2 157 62 32
Octal 373 3 111 0 143 107 2 527 142 62
Binary 11111011 11 1001001 0 1100011 1000111 10 101010111 1100010 110010

Color Harmonies of #FB0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0349

Black with #FB0349

Text Example


Text Example

White with #FB0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0349; }

 p { color: rgb(251,3,73); }

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

background-color css

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

 a { background-color: rgb(251,3,73); }

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

border-color css

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

 span { border-color: rgb(251,3,73); }

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