Html Css Color HEX #FC3112 Scarlet

📋 copy color: '#FC3112'

red 252 ◦ green 49 ◦ blue 18

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

Shades of Scarlet #FC3112

Tints of Scarlet #FC3112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 79%
G = 15.36%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3112 (or 0xFC3112) is known color: Scarlet. HEX triplet: FC, 31 and 12. RGB value is (252,49,18). Sum of RGB (Red+Green+Blue) = 252+49+18=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3112 is #03CEED. Grayscale: #6A6A6A. Windows color (decimal): -249582 or 1192444. OLE color: 1192444.

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

Color convert

RGB 252 49 18 -
CMYK 0 0.81 0.93 0.01
HSL 7.95º 0.98% 0.53% -
HSV(B) 7.95º 0.93% 0.99% -
XYZ 41.35 22.94 2.82 -
YUV 106.16 78.25 232.02 -
System Red Green Blue C M Y K H S L
Decimal 252 49 18 0 0.81 0.93 0.01 7.95 0.98 0.53
Hex FC 31 12 0 51 5D 1 8 62 35
Octal 374 61 22 0 121 135 1 10 142 65
Binary 11111100 110001 10010 0 1010001 1011101 1 1000 1100010 110101

Color Harmonies of #FC3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3112

Black with #FC3112

Text Example


Text Example

White with #FC3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3112; }

 p { color: rgb(252,49,18); }

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

background-color css

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

 a { background-color: rgb(252,49,18); }

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

border-color css

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

 span { border-color: rgb(252,49,18); }

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