Html Css Color HEX #FB2B16 Scarlet

📋 copy color: '#FB2B16'

red 251 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #FB2B16

Tints of Scarlet #FB2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 79.43%
G = 13.61%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB2B16 (or 0xFB2B16) is known color: Scarlet. HEX triplet: FB, 2B and 16. RGB value is (251,43,22). Sum of RGB (Red+Green+Blue) = 251+43+22=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B16 is #04D4E9. Grayscale: #676767. Windows color (decimal): -316650 or 1453051. OLE color: 1453051.

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

Color convert

RGB 251 43 22 -
CMYK 0 0.83 0.91 0.02
HSL 5.5º 0.97% 0.54% -
HSV(B) 5.5º 0.91% 0.98% -
XYZ 40.79 22.29 2.91 -
YUV 102.8 82.41 233.71 -
System Red Green Blue C M Y K H S L
Decimal 251 43 22 0 0.83 0.91 0.02 5.5 0.97 0.54
Hex FB 2B 16 0 53 5B 2 6 61 36
Octal 373 53 26 0 123 133 2 6 141 66
Binary 11111011 101011 10110 0 1010011 1011011 10 110 1100001 110110

Color Harmonies of #FB2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B16

Black with #FB2B16

Text Example


Text Example

White with #FB2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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