Html Css Color HEX #FC1F14 Scarlet

📋 copy color: '#FC1F14'

red 252 ◦ green 31 ◦ blue 20

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

Shades of Scarlet #FC1F14

Tints of Scarlet #FC1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

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

R = 83.17%
G = 10.23%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1F14 (or 0xFC1F14) is known color: Scarlet. HEX triplet: FC, 1F and 14. RGB value is (252,31,20). Sum of RGB (Red+Green+Blue) = 252+31+20=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F14 is #03E0EB. Grayscale: #606060. Windows color (decimal): -254188 or 1318908. OLE color: 1318908.

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

Color convert

RGB 252 31 20 -
CMYK 0 0.88 0.92 0.01
HSL 2.84º 0.97% 0.53% -
HSV(B) 2.84º 0.92% 0.99% -
XYZ 40.76 21.73 2.71 -
YUV 95.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 252 31 20 0 0.88 0.92 0.01 2.84 0.97 0.53
Hex FC 1F 14 0 58 5C 1 3 61 35
Octal 374 37 24 0 130 134 1 3 141 65
Binary 11111100 11111 10100 0 1011000 1011100 1 11 1100001 110101

Color Harmonies of #FC1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F14

Black with #FC1F14

Text Example


Text Example

White with #FC1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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