Html Css Color HEX #FB2116 Scarlet

📋 copy color: '#FB2116'

red 251 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #FB2116

Tints of Scarlet #FB2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 82.03%
G = 10.78%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB2116 (or 0xFB2116) is known color: Scarlet. HEX triplet: FB, 21 and 16. RGB value is (251,33,22). Sum of RGB (Red+Green+Blue) = 251+33+22=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2116 is #04DEE9. Grayscale: #616161. Windows color (decimal): -319210 or 1450491. OLE color: 1450491.

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

Color convert

RGB 251 33 22 -
CMYK 0 0.87 0.91 0.02
HSL 2.88º 0.97% 0.54% -
HSV(B) 2.88º 0.91% 0.98% -
XYZ 40.47 21.65 2.81 -
YUV 96.93 85.72 237.89 -
System Red Green Blue C M Y K H S L
Decimal 251 33 22 0 0.87 0.91 0.02 2.88 0.97 0.54
Hex FB 21 16 0 57 5B 2 3 61 36
Octal 373 41 26 0 127 133 2 3 141 66
Binary 11111011 100001 10110 0 1010111 1011011 10 11 1100001 110110

Color Harmonies of #FB2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2116

Black with #FB2116

Text Example


Text Example

White with #FB2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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