#FA211D

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

Shades of Scarlet #FA211D

Tints of Scarlet #FA211D

Color information

#FA211D (or 0xFA211D) is unknown color: approx Scarlet. HEX triplet: FA, 21 and 1D. RGB value is (250,33,29). Sum of RGB (Red+Green+Blue) = 250+33+29=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA211D is #05DEE2. Grayscale: #616161. Windows color (decimal): -384739 or 1909242. OLE color: 1909242.

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

Color convert

RGB2503329-
CMYK00.870.880.02
HSL1.09º95.67%54.71%-
HSV(B)1.09º88.4%98.04%-
XYZ40.1921.53.19-
YUV97.4389.39236.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 80.13%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 29 (11.72% from 255) = 9.29%
R=80.13%
G=10.58%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250332900.870.880.021.0995.6754.71
HexFA211D05758216037
Octal372413501271302114067
Binary11111010100001111010101011110110001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA211D; }

 p { color: rgb(250,33,29); }

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

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

 a { background-color: rgb(250,33,29); }

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

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

 span { border-color: rgb(250,33,29); }

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