Html Css Color HEX #FB2000 Scarlet

📋 copy color: '#FB2000'

red 251 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #FB2000

Tints of Scarlet #FB2000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 88.69%
G = 11.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB2000 (or 0xFB2000) is known color: Scarlet. HEX triplet: FB, 20 and 00. RGB value is (251,32,0). Sum of RGB (Red+Green+Blue) = 251+32+0=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2000 is #04DFFF. Grayscale: #5E5E5E. Windows color (decimal): -319488 or 8443. OLE color: 8443.

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

Color convert

RGB 251 32 0 -
CMYK 0 0.87 1 0.02
HSL 7.65º 1% 0.49% -
HSV(B) 7.65º 1% 0.98% -
XYZ 40.3 21.54 2.03 -
YUV 93.83 75.05 240.1 -
System Red Green Blue C M Y K H S L
Decimal 251 32 0 0 0.87 1 0.02 7.65 1 0.49
Hex FB 20 0 0 57 64 2 8 64 31
Octal 373 40 0 0 127 144 2 10 144 61
Binary 11111011 100000 0 0 1010111 1100100 10 1000 1100100 110001

Color Harmonies of #FB2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2000

Black with #FB2000

Text Example


Text Example

White with #FB2000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2000; }

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

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

background-color css

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

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

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

border-color css

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

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

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