Html Css Color HEX #FC2113 Scarlet

📋 copy color: '#FC2113'

red 252 ◦ green 33 ◦ blue 19

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

Shades of Scarlet #FC2113

Tints of Scarlet #FC2113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 82.89%
G = 10.86%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2113 (or 0xFC2113) is known color: Scarlet. HEX triplet: FC, 21 and 13. RGB value is (252,33,19). Sum of RGB (Red+Green+Blue) = 252+33+19=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2113 is #03DEEC. Grayscale: #616161. Windows color (decimal): -253677 or 1253884. OLE color: 1253884.

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

Color convert

RGB 252 33 19 -
CMYK 0 0.87 0.92 0.01
HSL 3.61º 0.97% 0.53% -
HSV(B) 3.61º 0.92% 0.99% -
XYZ 40.81 21.83 2.68 -
YUV 96.89 84.05 238.64 -
System Red Green Blue C M Y K H S L
Decimal 252 33 19 0 0.87 0.92 0.01 3.61 0.97 0.53
Hex FC 21 13 0 57 5C 1 4 61 35
Octal 374 41 23 0 127 134 1 4 141 65
Binary 11111100 100001 10011 0 1010111 1011100 1 100 1100001 110101

Color Harmonies of #FC2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2113

Black with #FC2113

Text Example


Text Example

White with #FC2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2113; }

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

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

background-color css

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

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

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

border-color css

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

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

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