Html Css Color HEX #FB3001 Scarlet

📋 copy color: '#FB3001'

red 251 ◦ green 48 ◦ blue 1

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

Shades of Scarlet #FB3001

Tints of Scarlet #FB3001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 83.67%
G = 16%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB3001 (or 0xFB3001) is known color: Scarlet. HEX triplet: FB, 30 and 01. RGB value is (251,48,1). Sum of RGB (Red+Green+Blue) = 251+48+1=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3001 is #04CFFE. Grayscale: #676767. Windows color (decimal): -315391 or 78075. OLE color: 78075.

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

Color convert

RGB 251 48 1 -
CMYK 0 0.81 1.00 0.02
HSL 11.28º 0.99% 0.49% -
HSV(B) 11.28º 1% 0.98% -
XYZ 40.85 22.63 2.24 -
YUV 103.34 70.25 233.32 -
System Red Green Blue C M Y K H S L
Decimal 251 48 1 0 0.81 1.00 0.02 11.28 0.99 0.49
Hex FB 30 1 0 51 64 2 B 63 31
Octal 373 60 1 0 121 144 2 13 143 61
Binary 11111011 110000 1 0 1010001 1100100 10 1011 1100011 110001

Color Harmonies of #FB3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3001

Black with #FB3001

Text Example


Text Example

White with #FB3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3001; }

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

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

background-color css

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

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

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

border-color css

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

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

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