Html Css Color HEX #FC201D Scarlet

📋 copy color: '#FC201D'

red 252 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #FC201D

Tints of Scarlet #FC201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 80.51%
G = 10.22%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC201D (or 0xFC201D) is known color: Scarlet. HEX triplet: FC, 20 and 1D. RGB value is (252,32,29). Sum of RGB (Red+Green+Blue) = 252+32+29=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC201D is #03DFE2. Grayscale: #616161. Windows color (decimal): -253923 or 1908988. OLE color: 1908988.

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

Color convert

RGB 252 32 29 -
CMYK 0 0.87 0.88 0.01
HSL 0.81º 0.97% 0.55% -
HSV(B) 0.81º 0.88% 0.99% -
XYZ 40.88 21.82 3.22 -
YUV 97.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 252 32 29 0 0.87 0.88 0.01 0.81 0.97 0.55
Hex FC 20 1D 0 57 58 1 1 61 37
Octal 374 40 35 0 127 130 1 1 141 67
Binary 11111100 100000 11101 0 1010111 1011000 1 1 1100001 110111

Color Harmonies of #FC201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC201D

Black with #FC201D

Text Example


Text Example

White with #FC201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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