Html Css Color HEX #FB2901 Scarlet

📋 copy color: '#FB2901'

red 251 ◦ green 41 ◦ blue 1

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

Shades of Scarlet #FB2901

Tints of Scarlet #FB2901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 85.67%
G = 13.99%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB2901 (or 0xFB2901) is known color: Scarlet. HEX triplet: FB, 29 and 01. RGB value is (251,41,1). Sum of RGB (Red+Green+Blue) = 251+41+1=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2901 is #04D6FE. Grayscale: #636363. Windows color (decimal): -317183 or 76283. OLE color: 76283.

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

Color convert

RGB 251 41 1 -
CMYK 0 0.84 1.00 0.02
HSL 9.6º 0.99% 0.49% -
HSV(B) 9.6º 1% 0.98% -
XYZ 40.58 22.1 2.16 -
YUV 99.23 72.57 236.25 -
System Red Green Blue C M Y K H S L
Decimal 251 41 1 0 0.84 1.00 0.02 9.6 0.99 0.49
Hex FB 29 1 0 54 64 2 A 63 31
Octal 373 51 1 0 124 144 2 12 143 61
Binary 11111011 101001 1 0 1010100 1100100 10 1010 1100011 110001

Color Harmonies of #FB2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2901

Black with #FB2901

Text Example


Text Example

White with #FB2901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2901; }

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

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

background-color css

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

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

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

border-color css

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

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

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