Html Css Color HEX #FB221C Scarlet

📋 copy color: '#FB221C'

red 251 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #FB221C

Tints of Scarlet #FB221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 80.19%
G = 10.86%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB221C (or 0xFB221C) is known color: Scarlet. HEX triplet: FB, 22 and 1C. RGB value is (251,34,28). Sum of RGB (Red+Green+Blue) = 251+34+28=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB221C is #04DDE3. Grayscale: #626262. Windows color (decimal): -318948 or 1843963. OLE color: 1843963.

HSL color Cylindrical-coordinate representation of color #FB221C: 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 #FB221C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 34 28 -
CMYK 0 0.86 0.89 0.02
HSL 1.61º 0.97% 0.55% -
HSV(B) 1.61º 0.89% 0.98% -
XYZ 40.57 21.74 3.16 -
YUV 98.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 251 34 28 0 0.86 0.89 0.02 1.61 0.97 0.55
Hex FB 22 1C 0 56 59 2 2 61 37
Octal 373 42 34 0 126 131 2 2 141 67
Binary 11111011 100010 11100 0 1010110 1011001 10 10 1100001 110111

Color Harmonies of #FB221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB221C

Black with #FB221C

Text Example


Text Example

White with #FB221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB221C; }

 p { color: rgb(251,34,28); }

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

background-color css

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

 a { background-color: rgb(251,34,28); }

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

border-color css

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

 span { border-color: rgb(251,34,28); }

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