Html Css Color HEX #FB3100 Scarlet

📋 copy color: '#FB3100'

red 251 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #FB3100

Tints of Scarlet #FB3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.67%
G = 16.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB3100 (or 0xFB3100) is known color: Scarlet. HEX triplet: FB, 31 and 00. RGB value is (251,49,0). Sum of RGB (Red+Green+Blue) = 251+49+0=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3100 is #04CEFF. Grayscale: #686868. Windows color (decimal): -315136 or 12795. OLE color: 12795.

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

Color convert

RGB 251 49 0 -
CMYK 0 0.80 1 0.02
HSL 11.71º 1% 0.49% -
HSV(B) 11.71º 1% 0.98% -
XYZ 40.88 22.71 2.23 -
YUV 103.81 69.42 232.98 -
System Red Green Blue C M Y K H S L
Decimal 251 49 0 0 0.80 1 0.02 11.71 1 0.49
Hex FB 31 0 0 50 64 2 C 64 31
Octal 373 61 0 0 120 144 2 14 144 61
Binary 11111011 110001 0 0 1010000 1100100 10 1100 1100100 110001

Color Harmonies of #FB3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3100

Black with #FB3100

Text Example


Text Example

White with #FB3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3100; }

 p { color: rgb(251,49,0); }

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

background-color css

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

 a { background-color: rgb(251,49,0); }

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

border-color css

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

 span { border-color: rgb(251,49,0); }

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