#FB2213

Color #FB2213 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FB2213

Tints of Scarlet #FB2213

Color information

#FB2213 (or 0xFB2213) is unknown color: approx Scarlet. HEX triplet: FB, 22 and 13. RGB value is (251,34,19). Sum of RGB (Red+Green+Blue) = 251+34+19=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2213 is #04DDEC. Grayscale: #616161. Windows color (decimal): -318957 or 1254139. OLE color: 1254139.

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

Color convert

RGB2513419-
CMYK00.860.920.02
HSL3.88º96.67%52.94%-
HSV(B)3.88º92.43%98.43%-
XYZ40.4721.72.67-
YUV97.1783.89237.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 82.57%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 19 (7.81% from 255) = 6.25%
R=82.57%
G=11.18%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251341900.860.920.023.8896.6752.94
HexFB22130565C246135
Octal373422301261342414165
Binary1111101110001010011010101101011100101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2213; }

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

 H1.HeaderClassName
 {
   color: #FB2213;
 }
 .AnyTagClassName
 {
   color: #FB2213;
 }
</style>
background-color css

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

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

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

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

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

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