Html Css Color HEX #FC310D Scarlet

📋 copy color: '#FC310D'

red 252 ◦ green 49 ◦ blue 13

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

Shades of Scarlet #FC310D

Tints of Scarlet #FC310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 80.25%
G = 15.61%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC310D (or 0xFC310D) is known color: Scarlet. HEX triplet: FC, 31 and 0D. RGB value is (252,49,13). Sum of RGB (Red+Green+Blue) = 252+49+13=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC310D is #03CEF2. Grayscale: #696969. Windows color (decimal): -249587 or 864764. OLE color: 864764.

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

Color convert

RGB 252 49 13 -
CMYK 0 0.81 0.95 0.01
HSL 9.04º 0.98% 0.52% -
HSV(B) 9.04º 0.95% 0.99% -
XYZ 41.32 22.92 2.63 -
YUV 105.59 75.75 232.43 -
System Red Green Blue C M Y K H S L
Decimal 252 49 13 0 0.81 0.95 0.01 9.04 0.98 0.52
Hex FC 31 D 0 51 5F 1 9 62 34
Octal 374 61 15 0 121 137 1 11 142 64
Binary 11111100 110001 1101 0 1010001 1011111 1 1001 1100010 110100

Color Harmonies of #FC310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC310D

Black with #FC310D

Text Example


Text Example

White with #FC310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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