Html Css Color HEX #FC2019 Scarlet

📋 copy color: '#FC2019'

red 252 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #FC2019

Tints of Scarlet #FC2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 25 (10.16% from 255) = 8.09%

R = 81.55%
G = 10.36%
B = 8.09%

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

#FC2019 (or 0xFC2019) is known color: Scarlet. HEX triplet: FC, 20 and 19. RGB value is (252,32,25). Sum of RGB (Red+Green+Blue) = 252+32+25=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2019 is #03DFE6. Grayscale: #616161. Windows color (decimal): -253927 or 1646844. OLE color: 1646844.

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

Color convert

RGB 252 32 25 -
CMYK 0 0.87 0.90 0.01
HSL 1.85º 0.97% 0.54% -
HSV(B) 1.85º 0.9% 0.99% -
XYZ 40.84 21.8 2.97 -
YUV 96.98 87.39 238.57 -
System Red Green Blue C M Y K H S L
Decimal 252 32 25 0 0.87 0.90 0.01 1.85 0.97 0.54
Hex FC 20 19 0 57 5A 1 2 61 36
Octal 374 40 31 0 127 132 1 2 141 66
Binary 11111100 100000 11001 0 1010111 1011010 1 10 1100001 110110

Color Harmonies of #FC2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2019

Black with #FC2019

Text Example


Text Example

White with #FC2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2019; }

 p { color: rgb(252,32,25); }

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

background-color css

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

 a { background-color: rgb(252,32,25); }

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

border-color css

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

 span { border-color: rgb(252,32,25); }

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