Html Css Color HEX #FC1501 Scarlet

📋 copy color: '#FC1501'

red 252 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #FC1501

Tints of Scarlet #FC1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 91.97%
G = 7.66%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC1501 (or 0xFC1501) is known color: Scarlet. HEX triplet: FC, 15 and 01. RGB value is (252,21,1). Sum of RGB (Red+Green+Blue) = 252+21+1=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1501 is #03EAFE. Grayscale: #585858. Windows color (decimal): -256767 or 71164. OLE color: 71164.

HSL color Cylindrical-coordinate representation of color #FC1501: hue angle of 4.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1501 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 1 -
CMYK 0 0.92 1.00 0.01
HSL 4.78º 0.99% 0.5% -
HSV(B) 4.78º 1% 0.99% -
XYZ 40.42 21.23 2 -
YUV 87.79 79.03 245.13 -
System Red Green Blue C M Y K H S L
Decimal 252 21 1 0 0.92 1.00 0.01 4.78 0.99 0.5
Hex FC 15 1 0 5C 64 1 5 63 32
Octal 374 25 1 0 134 144 1 5 143 62
Binary 11111100 10101 1 0 1011100 1100100 1 101 1100011 110010

Color Harmonies of #FC1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1501

Black with #FC1501

Text Example


Text Example

White with #FC1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1501; }

 p { color: rgb(252,21,1); }

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

background-color css

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

 a { background-color: rgb(252,21,1); }

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

border-color css

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

 span { border-color: rgb(252,21,1); }

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