Html Css Color HEX #FC1514 Scarlet

📋 copy color: '#FC1514'

red 252 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #FC1514

Tints of Scarlet #FC1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 86.01%
G = 7.17%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1514 (or 0xFC1514) is known color: Scarlet. HEX triplet: FC, 15 and 14. RGB value is (252,21,20). Sum of RGB (Red+Green+Blue) = 252+21+20=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1514 is #03EAEB. Grayscale: #5A5A5A. Windows color (decimal): -256748 or 1316348. OLE color: 1316348.

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

Color convert

RGB 252 21 20 -
CMYK 0 0.92 0.92 0.01
HSL 0.26º 0.97% 0.53% -
HSV(B) 0.26º 0.92% 0.99% -
XYZ 40.54 21.28 2.63 -
YUV 89.96 88.53 243.58 -
System Red Green Blue C M Y K H S L
Decimal 252 21 20 0 0.92 0.92 0.01 0.26 0.97 0.53
Hex FC 15 14 0 5C 5C 1 0 61 35
Octal 374 25 24 0 134 134 1 0 141 65
Binary 11111100 10101 10100 0 1011100 1011100 1 0 1100001 110101

Color Harmonies of #FC1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1514

Black with #FC1514

Text Example


Text Example

White with #FC1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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