Html Css Color HEX #FB2816 Scarlet

📋 copy color: '#FB2816'

red 251 ◦ green 40 ◦ blue 22

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

Shades of Scarlet #FB2816

Tints of Scarlet #FB2816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 80.19%
G = 12.78%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB2816 (or 0xFB2816) is known color: Scarlet. HEX triplet: FB, 28 and 16. RGB value is (251,40,22). Sum of RGB (Red+Green+Blue) = 251+40+22=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2816 is #04D7E9. Grayscale: #656565. Windows color (decimal): -317418 or 1452283. OLE color: 1452283.

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

Color convert

RGB 251 40 22 -
CMYK 0 0.84 0.91 0.02
HSL 4.72º 0.97% 0.54% -
HSV(B) 4.72º 0.91% 0.98% -
XYZ 40.69 22.08 2.88 -
YUV 101.04 83.4 234.96 -
System Red Green Blue C M Y K H S L
Decimal 251 40 22 0 0.84 0.91 0.02 4.72 0.97 0.54
Hex FB 28 16 0 54 5B 2 5 61 36
Octal 373 50 26 0 124 133 2 5 141 66
Binary 11111011 101000 10110 0 1010100 1011011 10 101 1100001 110110

Color Harmonies of #FB2816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2816

Black with #FB2816

Text Example


Text Example

White with #FB2816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2816; }

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

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

background-color css

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

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

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

border-color css

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

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

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