Html Css Color HEX #FC1411 Scarlet

📋 copy color: '#FC1411'

red 252 ◦ green 20 ◦ blue 17

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

Shades of Scarlet #FC1411

Tints of Scarlet #FC1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 87.2%
G = 6.92%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1411 (or 0xFC1411) is known color: Scarlet. HEX triplet: FC, 14 and 11. RGB value is (252,20,17). Sum of RGB (Red+Green+Blue) = 252+20+17=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1411 is #03EBEE. Grayscale: #595959. Windows color (decimal): -257007 or 1119484. OLE color: 1119484.

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

Color convert

RGB 252 20 17 -
CMYK 0 0.92 0.93 0.01
HSL 0.77º 0.98% 0.53% -
HSV(B) 0.77º 0.93% 0.99% -
XYZ 40.5 21.24 2.49 -
YUV 89.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 252 20 17 0 0.92 0.93 0.01 0.77 0.98 0.53
Hex FC 14 11 0 5C 5D 1 1 62 35
Octal 374 24 21 0 134 135 1 1 142 65
Binary 11111100 10100 10001 0 1011100 1011101 1 1 1100010 110101

Color Harmonies of #FC1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1411

Black with #FC1411

Text Example


Text Example

White with #FC1411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1411; }

 p { color: rgb(252,20,17); }

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

background-color css

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

 a { background-color: rgb(252,20,17); }

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

border-color css

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

 span { border-color: rgb(252,20,17); }

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