Html Css Color HEX #FC1710 Scarlet

📋 copy color: '#FC1710'

red 252 ◦ green 23 ◦ blue 16

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

Shades of Scarlet #FC1710

Tints of Scarlet #FC1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 86.6%
G = 7.9%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC1710 (or 0xFC1710) is known color: Scarlet. HEX triplet: FC, 17 and 10. RGB value is (252,23,16). Sum of RGB (Red+Green+Blue) = 252+23+16=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1710 is #03E8EF. Grayscale: #5A5A5A. Windows color (decimal): -256240 or 1054716. OLE color: 1054716.

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

Color convert

RGB 252 23 16 -
CMYK 0 0.91 0.94 0.01
HSL 1.78º 0.98% 0.53% -
HSV(B) 1.78º 0.94% 0.99% -
XYZ 40.54 21.35 2.47 -
YUV 90.67 85.87 243.07 -
System Red Green Blue C M Y K H S L
Decimal 252 23 16 0 0.91 0.94 0.01 1.78 0.98 0.53
Hex FC 17 10 0 5B 5E 1 2 62 35
Octal 374 27 20 0 133 136 1 2 142 65
Binary 11111100 10111 10000 0 1011011 1011110 1 10 1100010 110101

Color Harmonies of #FC1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1710

Black with #FC1710

Text Example


Text Example

White with #FC1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1710; }

 p { color: rgb(252,23,16); }

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

background-color css

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

 a { background-color: rgb(252,23,16); }

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

border-color css

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

 span { border-color: rgb(252,23,16); }

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