Html Css Color HEX #FB1206 Red

📋 copy color: '#FB1206'

red 251 ◦ green 18 ◦ blue 6

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

Shades of Red #FB1206

Tints of Red #FB1206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 91.27%
G = 6.55%
B = 2.18%

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

#FB1206 (or 0xFB1206) is known color: Red. HEX triplet: FB, 12 and 06. RGB value is (251,18,6). Sum of RGB (Red+Green+Blue) = 251+18+6=275 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1206 is #04EDF9. Grayscale: #565656. Windows color (decimal): -323066 or 398075. OLE color: 398075.

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

Color convert

RGB 251 18 6 -
CMYK 0 0.93 0.98 0.02
HSL 2.94º 0.97% 0.5% -
HSV(B) 2.94º 0.98% 0.98% -
XYZ 40.03 20.95 2.11 -
YUV 86.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 251 18 6 0 0.93 0.98 0.02 2.94 0.97 0.5
Hex FB 12 6 0 5D 62 2 3 61 32
Octal 373 22 6 0 135 142 2 3 141 62
Binary 11111011 10010 110 0 1011101 1100010 10 11 1100001 110010

Color Harmonies of #FB1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1206

Black with #FB1206

Text Example


Text Example

White with #FB1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1206; }

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

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

background-color css

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

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

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

border-color css

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

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

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