Html Css Color HEX #FB1700 Scarlet

📋 copy color: '#FB1700'

red 251 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #FB1700

Tints of Scarlet #FB1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 91.61%
G = 8.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB1700 (or 0xFB1700) is known color: Scarlet. HEX triplet: FB, 17 and 00. RGB value is (251,23,0). Sum of RGB (Red+Green+Blue) = 251+23+0=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1700 is #04E8FF. Grayscale: #585858. Windows color (decimal): -321792 or 6139. OLE color: 6139.

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

Color convert

RGB 251 23 0 -
CMYK 0 0.91 1 0.02
HSL 5.5º 1% 0.49% -
HSV(B) 5.5º 1% 0.98% -
XYZ 40.09 21.12 1.96 -
YUV 88.55 78.04 243.87 -
System Red Green Blue C M Y K H S L
Decimal 251 23 0 0 0.91 1 0.02 5.5 1 0.49
Hex FB 17 0 0 5B 64 2 5 64 31
Octal 373 27 0 0 133 144 2 5 144 61
Binary 11111011 10111 0 0 1011011 1100100 10 101 1100100 110001

Color Harmonies of #FB1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1700

Black with #FB1700

Text Example


Text Example

White with #FB1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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