Html Css Color HEX #FB0419 Torch Red

📋 copy color: '#FB0419'

red 251 ◦ green 4 ◦ blue 25

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

Shades of Torch Red #FB0419

Tints of Torch Red #FB0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 89.64%
G = 1.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB0419 (or 0xFB0419) is known color: Torch Red. HEX triplet: FB, 04 and 19. RGB value is (251,4,25). Sum of RGB (Red+Green+Blue) = 251+4+25=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0419 is #04FBE6. Grayscale: #505050. Windows color (decimal): -326631 or 1639675. OLE color: 1639675.

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

Color convert

RGB 251 4 25 -
CMYK 0 0.98 0.90 0.02
HSL 354.9º 0.97% 0.5% -
HSV(B) 354.9º 0.98% 0.98% -
XYZ 40 20.67 2.8 -
YUV 80.25 96.83 249.79 -
System Red Green Blue C M Y K H S L
Decimal 251 4 25 0 0.98 0.90 0.02 354.9 0.97 0.5
Hex FB 4 19 0 62 5A 2 163 61 32
Octal 373 4 31 0 142 132 2 543 141 62
Binary 11111011 100 11001 0 1100010 1011010 10 101100011 1100001 110010

Color Harmonies of #FB0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0419

Black with #FB0419

Text Example


Text Example

White with #FB0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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