Html Css Color HEX #FB1204 Red

📋 copy color: '#FB1204'

red 251 ◦ green 18 ◦ blue 4

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

Shades of Red #FB1204

Tints of Red #FB1204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 91.94%
G = 6.59%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1204 (or 0xFB1204) is known color: Red. HEX triplet: FB, 12 and 04. RGB value is (251,18,4). Sum of RGB (Red+Green+Blue) = 251+18+4=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1204 is #04EDFB. Grayscale: #565656. Windows color (decimal): -323068 or 267003. OLE color: 267003.

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

Color convert

RGB 251 18 4 -
CMYK 0 0.93 0.98 0.02
HSL 3.4º 0.97% 0.5% -
HSV(B) 3.4º 0.98% 0.98% -
XYZ 40.02 20.95 2.05 -
YUV 86.07 81.69 245.64 -
System Red Green Blue C M Y K H S L
Decimal 251 18 4 0 0.93 0.98 0.02 3.4 0.97 0.5
Hex FB 12 4 0 5D 62 2 3 61 32
Octal 373 22 4 0 135 142 2 3 141 62
Binary 11111011 10010 100 0 1011101 1100010 10 11 1100001 110010

Color Harmonies of #FB1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1204

Black with #FB1204

Text Example


Text Example

White with #FB1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1204; }

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

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

background-color css

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

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

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

border-color css

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

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

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