#fa210c

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

Shades of Scarlet #FA210C

Tints of Scarlet #FA210C

Color information

#FA210C (or 0xFA210C) is unknown color: approx Scarlet. HEX triplet: FA, 21 and 0C. RGB value is (250,33,12). Sum of RGB (Red+Green+Blue) = 250+33+12=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA210C is #05DEF3. Grayscale: #5F5F5F. Windows color (decimal): -384756 or 795130. OLE color: 795130.

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

Color convert

RGB2503312-
CMYK00.870.950.02
HSL5.29º95.97%51.37%-
HSV(B)5.29º95.2%98.04%-
XYZ40.0321.442.38-
YUV95.4980.89238.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.75%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 12 (5.08% from 255) = 4.07%
R=84.75%
G=11.19%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250331200.870.950.025.2995.9751.37
HexFA21C0575F256033
Octal372411401271372514063
Binary111110101000011100010101111011111101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa210c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa210c; }

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

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

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

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

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

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

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

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