Html Css Color HEX #FB1A1D Torch Red

📋 copy color: '#FB1A1D'

red 251 ◦ green 26 ◦ blue 29

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

Shades of Torch Red #FB1A1D

Tints of Torch Red #FB1A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 82.03%
G = 8.5%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB1A1D (or 0xFB1A1D) is known color: Torch Red. HEX triplet: FB, 1A and 1D. RGB value is (251,26,29). Sum of RGB (Red+Green+Blue) = 251+26+29=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1A1D is #04E5E2. Grayscale: #5D5D5D. Windows color (decimal): -320995 or 1907451. OLE color: 1907451.

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

Color convert

RGB 251 26 29 -
CMYK 0 0.90 0.88 0.02
HSL 359.2º 0.97% 0.54% -
HSV(B) 359.2º 0.9% 0.98% -
XYZ 40.37 21.34 3.15 -
YUV 93.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 251 26 29 0 0.90 0.88 0.02 359.2 0.97 0.54
Hex FB 1A 1D 0 5A 58 2 167 61 36
Octal 373 32 35 0 132 130 2 547 141 66
Binary 11111011 11010 11101 0 1011010 1011000 10 101100111 1100001 110110

Color Harmonies of #FB1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1A1D

Black with #FB1A1D

Text Example


Text Example

White with #FB1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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