Html Css Color HEX #FC2112 Scarlet

📋 copy color: '#FC2112'

red 252 ◦ green 33 ◦ blue 18

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

Shades of Scarlet #FC2112

Tints of Scarlet #FC2112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 83.17%
G = 10.89%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC2112 (or 0xFC2112) is known color: Scarlet. HEX triplet: FC, 21 and 12. RGB value is (252,33,18). Sum of RGB (Red+Green+Blue) = 252+33+18=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2112 is #03DEED. Grayscale: #616161. Windows color (decimal): -253678 or 1188348. OLE color: 1188348.

HSL color Cylindrical-coordinate representation of color #FC2112: hue angle of 3.85º 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 #FC2112 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 33 18 -
CMYK 0 0.87 0.93 0.01
HSL 3.85º 0.98% 0.53% -
HSV(B) 3.85º 0.93% 0.99% -
XYZ 40.8 21.83 2.63 -
YUV 96.77 83.55 238.72 -
System Red Green Blue C M Y K H S L
Decimal 252 33 18 0 0.87 0.93 0.01 3.85 0.98 0.53
Hex FC 21 12 0 57 5D 1 4 62 35
Octal 374 41 22 0 127 135 1 4 142 65
Binary 11111100 100001 10010 0 1010111 1011101 1 100 1100010 110101

Color Harmonies of #FC2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2112

Black with #FC2112

Text Example


Text Example

White with #FC2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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