Html Css Color HEX #FB2808 Scarlet

📋 copy color: '#FB2808'

red 251 ◦ green 40 ◦ blue 8

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

Shades of Scarlet #FB2808

Tints of Scarlet #FB2808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 83.95%
G = 13.38%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB2808 (or 0xFB2808) is known color: Scarlet. HEX triplet: FB, 28 and 08. RGB value is (251,40,8). Sum of RGB (Red+Green+Blue) = 251+40+8=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2808 is #04D7F7. Grayscale: #636363. Windows color (decimal): -317432 or 534779. OLE color: 534779.

HSL color Cylindrical-coordinate representation of color #FB2808: hue angle of 7.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB2808 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 40 8 -
CMYK 0 0.84 0.97 0.02
HSL 7.9º 0.97% 0.51% -
HSV(B) 7.9º 0.97% 0.98% -
XYZ 40.59 22.04 2.35 -
YUV 99.44 76.4 236.1 -
System Red Green Blue C M Y K H S L
Decimal 251 40 8 0 0.84 0.97 0.02 7.9 0.97 0.51
Hex FB 28 8 0 54 61 2 8 61 33
Octal 373 50 10 0 124 141 2 10 141 63
Binary 11111011 101000 1000 0 1010100 1100001 10 1000 1100001 110011

Color Harmonies of #FB2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2808

Black with #FB2808

Text Example


Text Example

White with #FB2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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