Html Css Color HEX #FB1508 Scarlet

📋 copy color: '#FB1508'

red 251 ◦ green 21 ◦ blue 8

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

Shades of Scarlet #FB1508

Tints of Scarlet #FB1508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 89.64%
G = 7.5%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB1508 (or 0xFB1508) is known color: Scarlet. HEX triplet: FB, 15 and 08. RGB value is (251,21,8). Sum of RGB (Red+Green+Blue) = 251+21+8=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1508 is #04EAF7. Grayscale: #585858. Windows color (decimal): -322296 or 529915. OLE color: 529915.

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

Color convert

RGB 251 21 8 -
CMYK 0 0.92 0.97 0.02
HSL 3.21º 0.97% 0.51% -
HSV(B) 3.21º 0.97% 0.98% -
XYZ 40.1 21.06 2.18 -
YUV 88.29 82.7 244.06 -
System Red Green Blue C M Y K H S L
Decimal 251 21 8 0 0.92 0.97 0.02 3.21 0.97 0.51
Hex FB 15 8 0 5C 61 2 3 61 33
Octal 373 25 10 0 134 141 2 3 141 63
Binary 11111011 10101 1000 0 1011100 1100001 10 11 1100001 110011

Color Harmonies of #FB1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1508

Black with #FB1508

Text Example


Text Example

White with #FB1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1508; }

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

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

background-color css

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

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

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

border-color css

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

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

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