Html Css Color HEX #FC2118 Scarlet

📋 copy color: '#FC2118'

red 252 ◦ green 33 ◦ blue 24

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

Shades of Scarlet #FC2118

Tints of Scarlet #FC2118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 81.55%
G = 10.68%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC2118 (or 0xFC2118) is known color: Scarlet. HEX triplet: FC, 21 and 18. RGB value is (252,33,24). Sum of RGB (Red+Green+Blue) = 252+33+24=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2118 is #03DEE7. Grayscale: #616161. Windows color (decimal): -253672 or 1581564. OLE color: 1581564.

HSL color Cylindrical-coordinate representation of color #FC2118: hue angle of 2.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC2118 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 33 24 -
CMYK 0 0.87 0.90 0.01
HSL 2.37º 0.97% 0.54% -
HSV(B) 2.37º 0.9% 0.99% -
XYZ 40.85 21.85 2.93 -
YUV 97.46 86.55 238.23 -
System Red Green Blue C M Y K H S L
Decimal 252 33 24 0 0.87 0.90 0.01 2.37 0.97 0.54
Hex FC 21 18 0 57 5A 1 2 61 36
Octal 374 41 30 0 127 132 1 2 141 66
Binary 11111100 100001 11000 0 1010111 1011010 1 10 1100001 110110

Color Harmonies of #FC2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2118

Black with #FC2118

Text Example


Text Example

White with #FC2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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