Html Css Color HEX #FB1514 Scarlet

📋 copy color: '#FB1514'

red 251 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #FB1514

Tints of Scarlet #FB1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 85.96%
G = 7.19%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1514 (or 0xFB1514) is known color: Scarlet. HEX triplet: FB, 15 and 14. RGB value is (251,21,20). Sum of RGB (Red+Green+Blue) = 251+21+20=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1514 is #04EAEB. Grayscale: #595959. Windows color (decimal): -322284 or 1316347. OLE color: 1316347.

HSL color Cylindrical-coordinate representation of color #FB1514: hue angle of 0.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1514 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 20 -
CMYK 0 0.92 0.92 0.02
HSL 0.26º 0.97% 0.53% -
HSV(B) 0.26º 0.92% 0.98% -
XYZ 40.18 21.1 2.62 -
YUV 89.66 88.7 243.08 -
System Red Green Blue C M Y K H S L
Decimal 251 21 20 0 0.92 0.92 0.02 0.26 0.97 0.53
Hex FB 15 14 0 5C 5C 2 0 61 35
Octal 373 25 24 0 134 134 2 0 141 65
Binary 11111011 10101 10100 0 1011100 1011100 10 0 1100001 110101

Color Harmonies of #FB1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1514

Black with #FB1514

Text Example


Text Example

White with #FB1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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