Html Css Color HEX #FB3000 Scarlet

📋 copy color: '#FB3000'

red 251 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #FB3000

Tints of Scarlet #FB3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

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

R = 83.95%
G = 16.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB3000 (or 0xFB3000) is known color: Scarlet. HEX triplet: FB, 30 and 00. RGB value is (251,48,0). Sum of RGB (Red+Green+Blue) = 251+48+0=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3000 is #04CFFF. Grayscale: #676767. Windows color (decimal): -315392 or 12539. OLE color: 12539.

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

Color convert

RGB 251 48 0 -
CMYK 0 0.81 1 0.02
HSL 11.47º 1% 0.49% -
HSV(B) 11.47º 1% 0.98% -
XYZ 40.84 22.62 2.21 -
YUV 103.23 69.75 233.4 -
System Red Green Blue C M Y K H S L
Decimal 251 48 0 0 0.81 1 0.02 11.47 1 0.49
Hex FB 30 0 0 51 64 2 B 64 31
Octal 373 60 0 0 121 144 2 13 144 61
Binary 11111011 110000 0 0 1010001 1100100 10 1011 1100100 110001

Color Harmonies of #FB3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3000

Black with #FB3000

Text Example


Text Example

White with #FB3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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