Html Css Color HEX #FC3116 Scarlet

📋 copy color: '#FC3116'

red 252 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #FC3116

Tints of Scarlet #FC3116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 78.02%
G = 15.17%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC3116 (or 0xFC3116) is known color: Scarlet. HEX triplet: FC, 31 and 16. RGB value is (252,49,22). Sum of RGB (Red+Green+Blue) = 252+49+22=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3116 is #03CEE9. Grayscale: #6A6A6A. Windows color (decimal): -249578 or 1454588. OLE color: 1454588.

HSL color Cylindrical-coordinate representation of color #FC3116: hue angle of 7.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC3116 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 49 22 -
CMYK 0 0.81 0.91 0.01
HSL 7.04º 0.97% 0.54% -
HSV(B) 7.04º 0.91% 0.99% -
XYZ 41.39 22.95 3.01 -
YUV 106.62 80.25 231.7 -
System Red Green Blue C M Y K H S L
Decimal 252 49 22 0 0.81 0.91 0.01 7.04 0.97 0.54
Hex FC 31 16 0 51 5B 1 7 61 36
Octal 374 61 26 0 121 133 1 7 141 66
Binary 11111100 110001 10110 0 1010001 1011011 1 111 1100001 110110

Color Harmonies of #FC3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3116

Black with #FC3116

Text Example


Text Example

White with #FC3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3116; }

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

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

background-color css

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

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

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

border-color css

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

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

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