Html Css Color HEX #FB123A Torch Red

📋 copy color: '#FB123A'

red 251 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #FB123A

Tints of Torch Red #FB123A

RGB

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

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

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

R = 76.76%
G = 5.5%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB123A (or 0xFB123A) is known color: Torch Red. HEX triplet: FB, 12 and 3A. RGB value is (251,18,58). Sum of RGB (Red+Green+Blue) = 251+18+58=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB123A is #04EDC5. Grayscale: #5C5C5C. Windows color (decimal): -323014 or 3805947. OLE color: 3805947.

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

Color convert

RGB 251 18 58 -
CMYK 0 0.93 0.77 0.02
HSL 349.7º 0.97% 0.53% -
HSV(B) 349.7º 0.93% 0.98% -
XYZ 40.76 21.25 5.96 -
YUV 92.23 108.69 241.25 -
System Red Green Blue C M Y K H S L
Decimal 251 18 58 0 0.93 0.77 0.02 349.7 0.97 0.53
Hex FB 12 3A 0 5D 4D 2 15E 61 35
Octal 373 22 72 0 135 115 2 536 141 65
Binary 11111011 10010 111010 0 1011101 1001101 10 101011110 1100001 110101

Color Harmonies of #FB123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB123A

Black with #FB123A

Text Example


Text Example

White with #FB123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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