Html Css Color HEX #FB1300 Scarlet

📋 copy color: '#FB1300'

red 251 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #FB1300

Tints of Scarlet #FB1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 92.96%
G = 7.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB1300 (or 0xFB1300) is known color: Scarlet. HEX triplet: FB, 13 and 00. RGB value is (251,19,0). Sum of RGB (Red+Green+Blue) = 251+19+0=270 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.96% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1300 is #04ECFF. Grayscale: #565656. Windows color (decimal): -322816 or 5115. OLE color: 5115.

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

Color convert

RGB 251 19 0 -
CMYK 0 0.92 1 0.02
HSL 4.54º 1% 0.49% -
HSV(B) 4.54º 1% 0.98% -
XYZ 40.02 20.97 1.94 -
YUV 86.2 79.36 245.54 -
System Red Green Blue C M Y K H S L
Decimal 251 19 0 0 0.92 1 0.02 4.54 1 0.49
Hex FB 13 0 0 5C 64 2 5 64 31
Octal 373 23 0 0 134 144 2 5 144 61
Binary 11111011 10011 0 0 1011100 1100100 10 101 1100100 110001

Color Harmonies of #FB1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1300

Black with #FB1300

Text Example


Text Example

White with #FB1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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