Html Css Color HEX #FB1908 Scarlet

📋 copy color: '#FB1908'

red 251 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #FB1908

Tints of Scarlet #FB1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 88.38%
G = 8.8%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB1908 (or 0xFB1908) is known color: Scarlet. HEX triplet: FB, 19 and 08. RGB value is (251,25,8). Sum of RGB (Red+Green+Blue) = 251+25+8=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1908 is #04E6F7. Grayscale: #5A5A5A. Windows color (decimal): -321272 or 530939. OLE color: 530939.

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

Color convert

RGB 251 25 8 -
CMYK 0 0.90 0.97 0.02
HSL 4.2º 0.97% 0.51% -
HSV(B) 4.2º 0.97% 0.98% -
XYZ 40.18 21.22 2.21 -
YUV 90.64 81.37 242.38 -
System Red Green Blue C M Y K H S L
Decimal 251 25 8 0 0.90 0.97 0.02 4.2 0.97 0.51
Hex FB 19 8 0 5A 61 2 4 61 33
Octal 373 31 10 0 132 141 2 4 141 63
Binary 11111011 11001 1000 0 1011010 1100001 10 100 1100001 110011

Color Harmonies of #FB1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1908

Black with #FB1908

Text Example


Text Example

White with #FB1908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1908; }

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

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

background-color css

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

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

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

border-color css

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

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

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