Html Css Color HEX #FB012D Torch Red

📋 copy color: '#FB012D'

red 251 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #FB012D

Tints of Torch Red #FB012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 84.51%
G = 0.34%
B = 15.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB012D (or 0xFB012D) is known color: Torch Red. HEX triplet: FB, 01 and 2D. RGB value is (251,1,45). Sum of RGB (Red+Green+Blue) = 251+1+45=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB012D is #04FED2. Grayscale: #505050. Windows color (decimal): -327379 or 2949627. OLE color: 2949627.

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

Color convert

RGB 251 1 45 -
CMYK 0 1.00 0.82 0.02
HSL 349.44º 0.99% 0.49% -
HSV(B) 349.44º 1% 0.98% -
XYZ 40.27 20.72 4.36 -
YUV 80.77 107.83 249.42 -
System Red Green Blue C M Y K H S L
Decimal 251 1 45 0 1.00 0.82 0.02 349.44 0.99 0.49
Hex FB 1 2D 0 64 52 2 15D 63 31
Octal 373 1 55 0 144 122 2 535 143 61
Binary 11111011 1 101101 0 1100100 1010010 10 101011101 1100011 110001

Color Harmonies of #FB012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB012D

Black with #FB012D

Text Example


Text Example

White with #FB012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB012D; }

 p { color: rgb(251,1,45); }

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

background-color css

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

 a { background-color: rgb(251,1,45); }

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

border-color css

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

 span { border-color: rgb(251,1,45); }

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