Html Css Color HEX #FB1506 Scarlet

📋 copy color: '#FB1506'

red 251 ◦ green 21 ◦ blue 6

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

Shades of Scarlet #FB1506

Tints of Scarlet #FB1506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 90.29%
G = 7.55%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1506 (or 0xFB1506) is known color: Scarlet. HEX triplet: FB, 15 and 06. RGB value is (251,21,6). Sum of RGB (Red+Green+Blue) = 251+21+6=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1506 is #04EAF9. Grayscale: #585858. Windows color (decimal): -322298 or 398843. OLE color: 398843.

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

Color convert

RGB 251 21 6 -
CMYK 0 0.92 0.98 0.02
HSL 3.67º 0.97% 0.5% -
HSV(B) 3.67º 0.98% 0.98% -
XYZ 40.08 21.06 2.12 -
YUV 88.06 81.7 244.22 -
System Red Green Blue C M Y K H S L
Decimal 251 21 6 0 0.92 0.98 0.02 3.67 0.97 0.5
Hex FB 15 6 0 5C 62 2 4 61 32
Octal 373 25 6 0 134 142 2 4 141 62
Binary 11111011 10101 110 0 1011100 1100010 10 100 1100001 110010

Color Harmonies of #FB1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1506

Black with #FB1506

Text Example


Text Example

White with #FB1506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1506; }

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

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

background-color css

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

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

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

border-color css

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

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

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