Html Css Color HEX #FB0504 Red

📋 copy color: '#FB0504'

red 251 ◦ green 5 ◦ blue 4

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

Shades of Red #FB0504

Tints of Red #FB0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 96.54%
G = 1.92%
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

#FB0504 (or 0xFB0504) is known color: Red. HEX triplet: FB, 05 and 04. RGB value is (251,5,4). Sum of RGB (Red+Green+Blue) = 251+5+4=260 (34% of max value = 765). Red value is 251 (98.44% from 255 or 96.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0504 is #04FAFB. Grayscale: #4E4E4E. Windows color (decimal): -326396 or 263675. OLE color: 263675.

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

Color convert

RGB 251 5 4 -
CMYK 0 0.98 0.98 0.02
HSL 0.24º 0.97% 0.5% -
HSV(B) 0.24º 0.98% 0.98% -
XYZ 39.86 20.63 2 -
YUV 78.44 86 251.08 -
System Red Green Blue C M Y K H S L
Decimal 251 5 4 0 0.98 0.98 0.02 0.24 0.97 0.5
Hex FB 5 4 0 62 62 2 0 61 32
Octal 373 5 4 0 142 142 2 0 141 62
Binary 11111011 101 100 0 1100010 1100010 10 0 1100001 110010

Color Harmonies of #FB0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0504

Black with #FB0504

Text Example


Text Example

White with #FB0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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