Html Css Color HEX #FB1510 Scarlet

📋 copy color: '#FB1510'

red 251 ◦ green 21 ◦ blue 16

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

Shades of Scarlet #FB1510

Tints of Scarlet #FB1510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 87.15%
G = 7.29%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB1510 (or 0xFB1510) is known color: Scarlet. HEX triplet: FB, 15 and 10. RGB value is (251,21,16). Sum of RGB (Red+Green+Blue) = 251+21+16=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1510 is #04EAEF. Grayscale: #595959. Windows color (decimal): -322288 or 1054203. OLE color: 1054203.

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

Color convert

RGB 251 21 16 -
CMYK 0 0.92 0.94 0.02
HSL 1.28º 0.97% 0.52% -
HSV(B) 1.28º 0.94% 0.98% -
XYZ 40.15 21.08 2.44 -
YUV 89.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 251 21 16 0 0.92 0.94 0.02 1.28 0.97 0.52
Hex FB 15 10 0 5C 5E 2 1 61 34
Octal 373 25 20 0 134 136 2 1 141 64
Binary 11111011 10101 10000 0 1011100 1011110 10 1 1100001 110100

Color Harmonies of #FB1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1510

Black with #FB1510

Text Example


Text Example

White with #FB1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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