Html Css Color HEX #FB1D1E Torch Red

📋 copy color: '#FB1D1E'

red 251 ◦ green 29 ◦ blue 30

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

Shades of Torch Red #FB1D1E

Tints of Torch Red #FB1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 80.97%
G = 9.35%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB1D1E (or 0xFB1D1E) is known color: Torch Red. HEX triplet: FB, 1D and 1E. RGB value is (251,29,30). Sum of RGB (Red+Green+Blue) = 251+29+30=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1D1E is #04E2E1. Grayscale: #5F5F5F. Windows color (decimal): -320226 or 1973755. OLE color: 1973755.

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

Color convert

RGB 251 29 30 -
CMYK 0 0.88 0.88 0.02
HSL 359.73º 0.97% 0.55% -
HSV(B) 359.73º 0.88% 0.98% -
XYZ 40.46 21.48 3.24 -
YUV 95.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 251 29 30 0 0.88 0.88 0.02 359.73 0.97 0.55
Hex FB 1D 1E 0 58 58 2 168 61 37
Octal 373 35 36 0 130 130 2 550 141 67
Binary 11111011 11101 11110 0 1011000 1011000 10 101101000 1100001 110111

Color Harmonies of #FB1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D1E

Black with #FB1D1E

Text Example


Text Example

White with #FB1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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