Html Css Color HEX #FC1D13 Scarlet

📋 copy color: '#FC1D13'

red 252 ◦ green 29 ◦ blue 19

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

Shades of Scarlet #FC1D13

Tints of Scarlet #FC1D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 84%
G = 9.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1D13 (or 0xFC1D13) is known color: Scarlet. HEX triplet: FC, 1D and 13. RGB value is (252,29,19). Sum of RGB (Red+Green+Blue) = 252+29+19=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D13 is #03E2EC. Grayscale: #5E5E5E. Windows color (decimal): -254701 or 1252860. OLE color: 1252860.

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

Color convert

RGB 252 29 19 -
CMYK 0 0.88 0.92 0.01
HSL 2.58º 0.97% 0.53% -
HSV(B) 2.58º 0.92% 0.99% -
XYZ 40.7 21.62 2.64 -
YUV 94.54 85.38 240.31 -
System Red Green Blue C M Y K H S L
Decimal 252 29 19 0 0.88 0.92 0.01 2.58 0.97 0.53
Hex FC 1D 13 0 58 5C 1 3 61 35
Octal 374 35 23 0 130 134 1 3 141 65
Binary 11111100 11101 10011 0 1011000 1011100 1 11 1100001 110101

Color Harmonies of #FC1D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D13

Black with #FC1D13

Text Example


Text Example

White with #FC1D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D13; }

 p { color: rgb(252,29,19); }

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

background-color css

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

 a { background-color: rgb(252,29,19); }

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

border-color css

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

 span { border-color: rgb(252,29,19); }

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