Html Css Color HEX #FC2310 Scarlet

📋 copy color: '#FC2310'

red 252 ◦ green 35 ◦ blue 16

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

Shades of Scarlet #FC2310

Tints of Scarlet #FC2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 83.17%
G = 11.55%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2310 (or 0xFC2310) is known color: Scarlet. HEX triplet: FC, 23 and 10. RGB value is (252,35,16). Sum of RGB (Red+Green+Blue) = 252+35+16=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2310 is #03DCEF. Grayscale: #626262. Windows color (decimal): -253168 or 1057788. OLE color: 1057788.

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

Color convert

RGB 252 35 16 -
CMYK 0 0.86 0.94 0.01
HSL 4.83º 0.98% 0.53% -
HSV(B) 4.83º 0.94% 0.99% -
XYZ 40.84 21.93 2.57 -
YUV 97.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 252 35 16 0 0.86 0.94 0.01 4.83 0.98 0.53
Hex FC 23 10 0 56 5E 1 5 62 35
Octal 374 43 20 0 126 136 1 5 142 65
Binary 11111100 100011 10000 0 1010110 1011110 1 101 1100010 110101

Color Harmonies of #FC2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2310

Black with #FC2310

Text Example


Text Example

White with #FC2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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