Html Css Color HEX #FB181E Torch Red

📋 copy color: '#FB181E'

red 251 ◦ green 24 ◦ blue 30

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

Shades of Torch Red #FB181E

Tints of Torch Red #FB181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 82.3%
G = 7.87%
B = 9.84%

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

#FB181E (or 0xFB181E) is known color: Torch Red. HEX triplet: FB, 18 and 1E. RGB value is (251,24,30). Sum of RGB (Red+Green+Blue) = 251+24+30=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB181E is #04E7E1. Grayscale: #5C5C5C. Windows color (decimal): -321506 or 1972475. OLE color: 1972475.

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

Color convert

RGB 251 24 30 -
CMYK 0 0.90 0.88 0.02
HSL 358.41º 0.97% 0.54% -
HSV(B) 358.41º 0.9% 0.98% -
XYZ 40.34 21.26 3.2 -
YUV 92.56 92.71 241.01 -
System Red Green Blue C M Y K H S L
Decimal 251 24 30 0 0.90 0.88 0.02 358.41 0.97 0.54
Hex FB 18 1E 0 5A 58 2 166 61 36
Octal 373 30 36 0 132 130 2 546 141 66
Binary 11111011 11000 11110 0 1011010 1011000 10 101100110 1100001 110110

Color Harmonies of #FB181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB181E

Black with #FB181E

Text Example


Text Example

White with #FB181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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