Html Css Color HEX #FB122F Torch Red

📋 copy color: '#FB122F'

red 251 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #FB122F

Tints of Torch Red #FB122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 79.43%
G = 5.7%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB122F (or 0xFB122F) is known color: Torch Red. HEX triplet: FB, 12 and 2F. RGB value is (251,18,47). Sum of RGB (Red+Green+Blue) = 251+18+47=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB122F is #04EDD0. Grayscale: #5B5B5B. Windows color (decimal): -323025 or 3085051. OLE color: 3085051.

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

Color convert

RGB 251 18 47 -
CMYK 0 0.93 0.81 0.02
HSL 352.53º 0.97% 0.53% -
HSV(B) 352.53º 0.93% 0.98% -
XYZ 40.51 21.15 4.64 -
YUV 90.97 103.19 242.14 -
System Red Green Blue C M Y K H S L
Decimal 251 18 47 0 0.93 0.81 0.02 352.53 0.97 0.53
Hex FB 12 2F 0 5D 51 2 161 61 35
Octal 373 22 57 0 135 121 2 541 141 65
Binary 11111011 10010 101111 0 1011101 1010001 10 101100001 1100001 110101

Color Harmonies of #FB122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB122F

Black with #FB122F

Text Example


Text Example

White with #FB122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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