Html Css Color HEX #FB1219 Torch Red

📋 copy color: '#FB1219'

red 251 ◦ green 18 ◦ blue 25

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

Shades of Torch Red #FB1219

Tints of Torch Red #FB1219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 85.37%
G = 6.12%
B = 8.5%

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

#FB1219 (or 0xFB1219) is known color: Torch Red. HEX triplet: FB, 12 and 19. RGB value is (251,18,25). Sum of RGB (Red+Green+Blue) = 251+18+25=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1219 is #04EDE6. Grayscale: #585858. Windows color (decimal): -323047 or 1643259. OLE color: 1643259.

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

Color convert

RGB 251 18 25 -
CMYK 0 0.93 0.90 0.02
HSL 358.2º 0.97% 0.53% -
HSV(B) 358.2º 0.93% 0.98% -
XYZ 40.18 21.01 2.86 -
YUV 88.47 92.19 243.93 -
System Red Green Blue C M Y K H S L
Decimal 251 18 25 0 0.93 0.90 0.02 358.2 0.97 0.53
Hex FB 12 19 0 5D 5A 2 166 61 35
Octal 373 22 31 0 135 132 2 546 141 65
Binary 11111011 10010 11001 0 1011101 1011010 10 101100110 1100001 110101

Color Harmonies of #FB1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1219

Black with #FB1219

Text Example


Text Example

White with #FB1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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