Html Css Color HEX #FC3119 Scarlet

📋 copy color: '#FC3119'

red 252 ◦ green 49 ◦ blue 25

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

Shades of Scarlet #FC3119

Tints of Scarlet #FC3119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 77.3%
G = 15.03%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC3119 (or 0xFC3119) is known color: Scarlet. HEX triplet: FC, 31 and 19. RGB value is (252,49,25). Sum of RGB (Red+Green+Blue) = 252+49+25=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3119 is #03CEE6. Grayscale: #6B6B6B. Windows color (decimal): -249575 or 1651196. OLE color: 1651196.

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

Color convert

RGB 252 49 25 -
CMYK 0 0.81 0.90 0.01
HSL 6.34º 0.97% 0.54% -
HSV(B) 6.34º 0.9% 0.99% -
XYZ 41.42 22.96 3.17 -
YUV 106.96 81.75 231.45 -
System Red Green Blue C M Y K H S L
Decimal 252 49 25 0 0.81 0.90 0.01 6.34 0.97 0.54
Hex FC 31 19 0 51 5A 1 6 61 36
Octal 374 61 31 0 121 132 1 6 141 66
Binary 11111100 110001 11001 0 1010001 1011010 1 110 1100001 110110

Color Harmonies of #FC3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3119

Black with #FC3119

Text Example


Text Example

White with #FC3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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