Html Css Color HEX #FC201C Scarlet

📋 copy color: '#FC201C'

red 252 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #FC201C

Tints of Scarlet #FC201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 80.77%
G = 10.26%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC201C (or 0xFC201C) is known color: Scarlet. HEX triplet: FC, 20 and 1C. RGB value is (252,32,28). Sum of RGB (Red+Green+Blue) = 252+32+28=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC201C is #03DFE3. Grayscale: #616161. Windows color (decimal): -253924 or 1843452. OLE color: 1843452.

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

Color convert

RGB 252 32 28 -
CMYK 0 0.87 0.89 0.01
HSL 1.07º 0.97% 0.55% -
HSV(B) 1.07º 0.89% 0.99% -
XYZ 40.87 21.81 3.15 -
YUV 97.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 252 32 28 0 0.87 0.89 0.01 1.07 0.97 0.55
Hex FC 20 1C 0 57 59 1 1 61 37
Octal 374 40 34 0 127 131 1 1 141 67
Binary 11111100 100000 11100 0 1010111 1011001 1 1 1100001 110111

Color Harmonies of #FC201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC201C

Black with #FC201C

Text Example


Text Example

White with #FC201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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