Html Css Color HEX #FB0404 Red

📋 copy color: '#FB0404'

red 251 ◦ green 4 ◦ blue 4

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

Shades of Red #FB0404

Tints of Red #FB0404

RGB

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

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

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

R = 96.91%
G = 1.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB0404 (or 0xFB0404) is known color: Red. HEX triplet: FB, 04 and 04. RGB value is (251,4,4). Sum of RGB (Red+Green+Blue) = 251+4+4=259 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.91% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0404 is #04FBFB. Grayscale: #4E4E4E. Windows color (decimal): -326652 or 263419. OLE color: 263419.

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

Color convert

RGB 251 4 4 -
CMYK 0 0.98 0.98 0.02
HSL 0.97% 0.5% -
HSV(B) 0.98% 0.98% -
XYZ 39.85 20.6 1.99 -
YUV 77.85 86.33 251.5 -
System Red Green Blue C M Y K H S L
Decimal 251 4 4 0 0.98 0.98 0.02 0 0.97 0.5
Hex FB 4 4 0 62 62 2 0 61 32
Octal 373 4 4 0 142 142 2 0 141 62
Binary 11111011 100 100 0 1100010 1100010 10 0 1100001 110010

Color Harmonies of #FB0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0404

Black with #FB0404

Text Example


Text Example

White with #FB0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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