Html Css Color HEX #FB0005 Torch Red

📋 copy color: '#FB0005'

red 251 ◦ green 0 ◦ blue 5

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

Shades of Torch Red #FB0005

Tints of Torch Red #FB0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 98.05%
G = 0%
B = 1.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB0005 (or 0xFB0005) is known color: Torch Red. HEX triplet: FB, 00 and 05. RGB value is (251,0,5). Sum of RGB (Red+Green+Blue) = 251+0+5=256 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.05% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0005 is #04FFFA. Grayscale: #4B4B4B. Windows color (decimal): -327675 or 327931. OLE color: 327931.

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

Color convert

RGB 251 0 5 -
CMYK 0 1 0.98 0.02
HSL 358.8º 1% 0.49% -
HSV(B) 358.8º 1% 0.98% -
XYZ 39.81 20.52 2.01 -
YUV 75.62 88.16 253.09 -
System Red Green Blue C M Y K H S L
Decimal 251 0 5 0 1 0.98 0.02 358.8 1 0.49
Hex FB 0 5 0 64 62 2 167 64 31
Octal 373 0 5 0 144 142 2 547 144 61
Binary 11111011 0 101 0 1100100 1100010 10 101100111 1100100 110001

Color Harmonies of #FB0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0005

Black with #FB0005

Text Example


Text Example

White with #FB0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0005; }

 p { color: rgb(251,0,5); }

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

background-color css

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

 a { background-color: rgb(251,0,5); }

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

border-color css

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

 span { border-color: rgb(251,0,5); }

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