Html Css Color HEX #FC3114 Scarlet

📋 copy color: '#FC3114'

red 252 ◦ green 49 ◦ blue 20

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

Shades of Scarlet #FC3114

Tints of Scarlet #FC3114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 78.5%
G = 15.26%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC3114 (or 0xFC3114) is known color: Scarlet. HEX triplet: FC, 31 and 14. RGB value is (252,49,20). Sum of RGB (Red+Green+Blue) = 252+49+20=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3114 is #03CEEB. Grayscale: #6A6A6A. Windows color (decimal): -249580 or 1323516. OLE color: 1323516.

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

Color convert

RGB 252 49 20 -
CMYK 0 0.81 0.92 0.01
HSL 7.5º 0.97% 0.53% -
HSV(B) 7.5º 0.92% 0.99% -
XYZ 41.37 22.94 2.91 -
YUV 106.39 79.25 231.86 -
System Red Green Blue C M Y K H S L
Decimal 252 49 20 0 0.81 0.92 0.01 7.5 0.97 0.53
Hex FC 31 14 0 51 5C 1 8 61 35
Octal 374 61 24 0 121 134 1 10 141 65
Binary 11111100 110001 10100 0 1010001 1011100 1 1000 1100001 110101

Color Harmonies of #FC3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3114

Black with #FC3114

Text Example


Text Example

White with #FC3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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