Html Css Color HEX #FB211B Scarlet

📋 copy color: '#FB211B'

red 251 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #FB211B

Tints of Scarlet #FB211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 80.71%
G = 10.61%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB211B (or 0xFB211B) is known color: Scarlet. HEX triplet: FB, 21 and 1B. RGB value is (251,33,27). Sum of RGB (Red+Green+Blue) = 251+33+27=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB211B is #04DEE4. Grayscale: #616161. Windows color (decimal): -319205 or 1778171. OLE color: 1778171.

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

Color convert

RGB 251 33 27 -
CMYK 0 0.87 0.89 0.02
HSL 1.61º 0.97% 0.55% -
HSV(B) 1.61º 0.89% 0.98% -
XYZ 40.53 21.68 3.08 -
YUV 97.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 251 33 27 0 0.87 0.89 0.02 1.61 0.97 0.55
Hex FB 21 1B 0 57 59 2 2 61 37
Octal 373 41 33 0 127 131 2 2 141 67
Binary 11111011 100001 11011 0 1010111 1011001 10 10 1100001 110111

Color Harmonies of #FB211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB211B

Black with #FB211B

Text Example


Text Example

White with #FB211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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