Html Css Color HEX #FB0204 Torch Red

📋 copy color: '#FB0204'

red 251 ◦ green 2 ◦ blue 4

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

Shades of Torch Red #FB0204

Tints of Torch Red #FB0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 97.67%
G = 0.78%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB0204 (or 0xFB0204) is known color: Torch Red. HEX triplet: FB, 02 and 04. RGB value is (251,2,4). Sum of RGB (Red+Green+Blue) = 251+2+4=257 (34% of max value = 765). Red value is 251 (98.44% from 255 or 97.67% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0204 is #04FDFB. Grayscale: #4C4C4C. Windows color (decimal): -327164 or 262907. OLE color: 262907.

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

Color convert

RGB 251 2 4 -
CMYK 0 0.99 0.98 0.02
HSL 359.52º 0.98% 0.5% -
HSV(B) 359.52º 0.99% 0.98% -
XYZ 39.83 20.56 1.98 -
YUV 76.68 86.99 252.34 -
System Red Green Blue C M Y K H S L
Decimal 251 2 4 0 0.99 0.98 0.02 359.52 0.98 0.5
Hex FB 2 4 0 63 62 2 168 62 32
Octal 373 2 4 0 143 142 2 550 142 62
Binary 11111011 10 100 0 1100011 1100010 10 101101000 1100010 110010

Color Harmonies of #FB0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0204

Black with #FB0204

Text Example


Text Example

White with #FB0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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