Html Css Color HEX #FC2C10 Scarlet

📋 copy color: '#FC2C10'

red 252 ◦ green 44 ◦ blue 16

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

Shades of Scarlet #FC2C10

Tints of Scarlet #FC2C10

RGB

 RED value IS 252 (98.83% from 255) = 80.77%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 80.77%
G = 14.1%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2C10 (or 0xFC2C10) is known color: Scarlet. HEX triplet: FC, 2C and 10. RGB value is (252,44,16). Sum of RGB (Red+Green+Blue) = 252+44+16=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C10 is #03D3EF. Grayscale: #676767. Windows color (decimal): -250864 or 1060092. OLE color: 1060092.

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

Color convert

RGB 252 44 16 -
CMYK 0 0.83 0.94 0.01
HSL 7.12º 0.98% 0.53% -
HSV(B) 7.12º 0.94% 0.99% -
XYZ 41.14 22.53 2.67 -
YUV 103 78.91 234.28 -
System Red Green Blue C M Y K H S L
Decimal 252 44 16 0 0.83 0.94 0.01 7.12 0.98 0.53
Hex FC 2C 10 0 53 5E 1 7 62 35
Octal 374 54 20 0 123 136 1 7 142 65
Binary 11111100 101100 10000 0 1010011 1011110 1 111 1100010 110101

Color Harmonies of #FC2C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C10

Black with #FC2C10

Text Example


Text Example

White with #FC2C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C10; }

 p { color: rgb(252,44,16); }

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

background-color css

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

 a { background-color: rgb(252,44,16); }

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

border-color css

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

 span { border-color: rgb(252,44,16); }

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