Html Css Color HEX #FB1A38 Torch Red

📋 copy color: '#FB1A38'

red 251 ◦ green 26 ◦ blue 56

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

Shades of Torch Red #FB1A38

Tints of Torch Red #FB1A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 75.38%
G = 7.81%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB1A38 (or 0xFB1A38) is known color: Torch Red. HEX triplet: FB, 1A and 38. RGB value is (251,26,56). Sum of RGB (Red+Green+Blue) = 251+26+56=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A38 is #04E5C7. Grayscale: #606060. Windows color (decimal): -320968 or 3676923. OLE color: 3676923.

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

Color convert

RGB 251 26 56 -
CMYK 0 0.90 0.78 0.02
HSL 352º 0.97% 0.54% -
HSV(B) 352º 0.9% 0.98% -
XYZ 40.87 21.53 5.74 -
YUV 96.7 105.04 238.06 -
System Red Green Blue C M Y K H S L
Decimal 251 26 56 0 0.90 0.78 0.02 352 0.97 0.54
Hex FB 1A 38 0 5A 4E 2 160 61 36
Octal 373 32 70 0 132 116 2 540 141 66
Binary 11111011 11010 111000 0 1011010 1001110 10 101100000 1100001 110110

Color Harmonies of #FB1A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A38

Black with #FB1A38

Text Example


Text Example

White with #FB1A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A38; }

 p { color: rgb(251,26,56); }

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

background-color css

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

 a { background-color: rgb(251,26,56); }

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

border-color css

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

 span { border-color: rgb(251,26,56); }

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