Html Css Color HEX #FB1218 Torch Red

📋 copy color: '#FB1218'

red 251 ◦ green 18 ◦ blue 24

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

Shades of Torch Red #FB1218

Tints of Torch Red #FB1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 85.67%
G = 6.14%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB1218 (or 0xFB1218) is known color: Torch Red. HEX triplet: FB, 12 and 18. RGB value is (251,18,24). Sum of RGB (Red+Green+Blue) = 251+18+24=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1218 is #04EDE7. Grayscale: #585858. Windows color (decimal): -323048 or 1577723. OLE color: 1577723.

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

Color convert

RGB 251 18 24 -
CMYK 0 0.93 0.90 0.02
HSL 358.45º 0.97% 0.53% -
HSV(B) 358.45º 0.93% 0.98% -
XYZ 40.16 21.01 2.8 -
YUV 88.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 251 18 24 0 0.93 0.90 0.02 358.45 0.97 0.53
Hex FB 12 18 0 5D 5A 2 166 61 35
Octal 373 22 30 0 135 132 2 546 141 65
Binary 11111011 10010 11000 0 1011101 1011010 10 101100110 1100001 110101

Color Harmonies of #FB1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1218

Black with #FB1218

Text Example


Text Example

White with #FB1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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