Html Css Color HEX #FB2B01 Scarlet

📋 copy color: '#FB2B01'

red 251 ◦ green 43 ◦ blue 1

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

Shades of Scarlet #FB2B01

Tints of Scarlet #FB2B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 85.08%
G = 14.58%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB2B01 (or 0xFB2B01) is known color: Scarlet. HEX triplet: FB, 2B and 01. RGB value is (251,43,1). Sum of RGB (Red+Green+Blue) = 251+43+1=295 (39% of max value = 765). Red value is 251 (98.44% from 255 or 85.08% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B01 is #04D4FE. Grayscale: #646464. Windows color (decimal): -316671 or 76795. OLE color: 76795.

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

Color convert

RGB 251 43 1 -
CMYK 0 0.83 1.00 0.02
HSL 10.08º 0.99% 0.49% -
HSV(B) 10.08º 1% 0.98% -
XYZ 40.65 22.24 2.18 -
YUV 100.4 71.91 235.42 -
System Red Green Blue C M Y K H S L
Decimal 251 43 1 0 0.83 1.00 0.02 10.08 0.99 0.49
Hex FB 2B 1 0 53 64 2 A 63 31
Octal 373 53 1 0 123 144 2 12 143 61
Binary 11111011 101011 1 0 1010011 1100100 10 1010 1100011 110001

Color Harmonies of #FB2B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B01

Black with #FB2B01

Text Example


Text Example

White with #FB2B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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