Html Css Color HEX #FC201E Scarlet

📋 copy color: '#FC201E'

red 252 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #FC201E

Tints of Scarlet #FC201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 80.25%
G = 10.19%
B = 9.55%

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

#FC201E (or 0xFC201E) is known color: Scarlet. HEX triplet: FC, 20 and 1E. RGB value is (252,32,30). Sum of RGB (Red+Green+Blue) = 252+32+30=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC201E is #03DFE1. Grayscale: #616161. Windows color (decimal): -253922 or 1974524. OLE color: 1974524.

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

Color convert

RGB 252 32 30 -
CMYK 0 0.87 0.88 0.01
HSL 0.54º 0.97% 0.55% -
HSV(B) 0.54º 0.88% 0.99% -
XYZ 40.9 21.82 3.28 -
YUV 97.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 252 32 30 0 0.87 0.88 0.01 0.54 0.97 0.55
Hex FC 20 1E 0 57 58 1 1 61 37
Octal 374 40 36 0 127 130 1 1 141 67
Binary 11111100 100000 11110 0 1010111 1011000 1 1 1100001 110111

Color Harmonies of #FC201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC201E

Black with #FC201E

Text Example


Text Example

White with #FC201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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