Html Css Color HEX #FC3118 Scarlet

📋 copy color: '#FC3118'

red 252 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #FC3118

Tints of Scarlet #FC3118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 77.54%
G = 15.08%
B = 7.38%

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

#FC3118 (or 0xFC3118) is known color: Scarlet. HEX triplet: FC, 31 and 18. RGB value is (252,49,24). Sum of RGB (Red+Green+Blue) = 252+49+24=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3118 is #03CEE7. Grayscale: #6B6B6B. Windows color (decimal): -249576 or 1585660. OLE color: 1585660.

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

Color convert

RGB 252 49 24 -
CMYK 0 0.81 0.90 0.01
HSL 6.58º 0.97% 0.54% -
HSV(B) 6.58º 0.9% 0.99% -
XYZ 41.41 22.96 3.11 -
YUV 106.85 81.25 231.53 -
System Red Green Blue C M Y K H S L
Decimal 252 49 24 0 0.81 0.90 0.01 6.58 0.97 0.54
Hex FC 31 18 0 51 5A 1 7 61 36
Octal 374 61 30 0 121 132 1 7 141 66
Binary 11111100 110001 11000 0 1010001 1011010 1 111 1100001 110110

Color Harmonies of #FC3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3118

Black with #FC3118

Text Example


Text Example

White with #FC3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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