Html Css Color HEX #FC2013 Scarlet

📋 copy color: '#FC2013'

red 252 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #FC2013

Tints of Scarlet #FC2013

RGB

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

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

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

R = 83.17%
G = 10.56%
B = 6.27%

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

#FC2013 (or 0xFC2013) is known color: Scarlet. HEX triplet: FC, 20 and 13. RGB value is (252,32,19). Sum of RGB (Red+Green+Blue) = 252+32+19=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2013 is #03DFEC. Grayscale: #606060. Windows color (decimal): -253933 or 1253628. OLE color: 1253628.

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

Color convert

RGB 252 32 19 -
CMYK 0 0.87 0.92 0.01
HSL 3.35º 0.97% 0.53% -
HSV(B) 3.35º 0.92% 0.99% -
XYZ 40.78 21.78 2.67 -
YUV 96.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 252 32 19 0 0.87 0.92 0.01 3.35 0.97 0.53
Hex FC 20 13 0 57 5C 1 3 61 35
Octal 374 40 23 0 127 134 1 3 141 65
Binary 11111100 100000 10011 0 1010111 1011100 1 11 1100001 110101

Color Harmonies of #FC2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2013

Black with #FC2013

Text Example


Text Example

White with #FC2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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