#FC2D0A

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

Shades of Scarlet #FC2D0A

Tints of Scarlet #FC2D0A

Color information

#FC2D0A (or 0xFC2D0A) is unknown color: approx Scarlet. HEX triplet: FC, 2D and 0A. RGB value is (252,45,10). Sum of RGB (Red+Green+Blue) = 252+45+10=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D0A is #03D2F5. Grayscale: #676767. Windows color (decimal): -250614 or 667132. OLE color: 667132.

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

Color convert

RGB2524510-
CMYK00.820.960.01
HSL8.68º97.58%51.37%-
HSV(B)8.68º96.03%98.82%-
XYZ41.1422.592.48-
YUV102.975.58234.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 82.08%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=82.08%
G=14.66%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252451000.820.960.018.6897.5851.37
HexFC2DA05260196233
Octal3745512012214011114263
Binary111111001011011010010100101100000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2D0A; }

 p { color: rgb(252,45,10); }

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

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

 a { background-color: rgb(252,45,10); }

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

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

 span { border-color: rgb(252,45,10); }

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