Html Css Color HEX #FB2800 Scarlet

📋 copy color: '#FB2800'

red 251 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #FB2800

Tints of Scarlet #FB2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 86.25%
G = 13.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB2800 (or 0xFB2800) is known color: Scarlet. HEX triplet: FB, 28 and 00. RGB value is (251,40,0). Sum of RGB (Red+Green+Blue) = 251+40+0=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2800 is #04D7FF. Grayscale: #626262. Windows color (decimal): -317440 or 10491. OLE color: 10491.

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

Color convert

RGB 251 40 0 -
CMYK 0 0.84 1 0.02
HSL 9.56º 1% 0.49% -
HSV(B) 9.56º 1% 0.98% -
XYZ 40.54 22.03 2.11 -
YUV 98.53 72.4 236.75 -
System Red Green Blue C M Y K H S L
Decimal 251 40 0 0 0.84 1 0.02 9.56 1 0.49
Hex FB 28 0 0 54 64 2 A 64 31
Octal 373 50 0 0 124 144 2 12 144 61
Binary 11111011 101000 0 0 1010100 1100100 10 1010 1100100 110001

Color Harmonies of #FB2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2800

Black with #FB2800

Text Example


Text Example

White with #FB2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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