Html Css Color HEX #FB1018 Torch Red

📋 copy color: '#FB1018'

red 251 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #FB1018

Tints of Torch Red #FB1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 86.25%
G = 5.5%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB1018 (or 0xFB1018) is known color: Torch Red. HEX triplet: FB, 10 and 18. RGB value is (251,16,24). Sum of RGB (Red+Green+Blue) = 251+16+24=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1018 is #04EFE7. Grayscale: #575757. Windows color (decimal): -323560 or 1577211. OLE color: 1577211.

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

Color convert

RGB 251 16 24 -
CMYK 0 0.94 0.90 0.02
HSL 357.96º 0.97% 0.52% -
HSV(B) 357.96º 0.94% 0.98% -
XYZ 40.13 20.95 2.79 -
YUV 87.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 251 16 24 0 0.94 0.90 0.02 357.96 0.97 0.52
Hex FB 10 18 0 5E 5A 2 166 61 34
Octal 373 20 30 0 136 132 2 546 141 64
Binary 11111011 10000 11000 0 1011110 1011010 10 101100110 1100001 110100

Color Harmonies of #FB1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1018

Black with #FB1018

Text Example


Text Example

White with #FB1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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