Html Css Color HEX #FB0319 Torch Red

📋 copy color: '#FB0319'

red 251 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #FB0319

Tints of Torch Red #FB0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 89.96%
G = 1.08%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB0319 (or 0xFB0319) is known color: Torch Red. HEX triplet: FB, 03 and 19. RGB value is (251,3,25). Sum of RGB (Red+Green+Blue) = 251+3+25=279 (36% of max value = 765). Red value is 251 (98.44% from 255 or 89.96% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0319 is #04FCE6. Grayscale: #4F4F4F. Windows color (decimal): -326887 or 1639419. OLE color: 1639419.

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

Color convert

RGB 251 3 25 -
CMYK 0 0.99 0.90 0.02
HSL 354.68º 0.98% 0.5% -
HSV(B) 354.68º 0.99% 0.98% -
XYZ 39.99 20.64 2.8 -
YUV 79.66 97.16 250.21 -
System Red Green Blue C M Y K H S L
Decimal 251 3 25 0 0.99 0.90 0.02 354.68 0.98 0.5
Hex FB 3 19 0 63 5A 2 163 62 32
Octal 373 3 31 0 143 132 2 543 142 62
Binary 11111011 11 11001 0 1100011 1011010 10 101100011 1100010 110010

Color Harmonies of #FB0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0319

Black with #FB0319

Text Example


Text Example

White with #FB0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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