Html Css Color HEX #FC2410 Scarlet

📋 copy color: '#FC2410'

red 252 ◦ green 36 ◦ blue 16

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

Shades of Scarlet #FC2410

Tints of Scarlet #FC2410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 82.89%
G = 11.84%
B = 5.26%

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

#FC2410 (or 0xFC2410) is known color: Scarlet. HEX triplet: FC, 24 and 10. RGB value is (252,36,16). Sum of RGB (Red+Green+Blue) = 252+36+16=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2410 is #03DBEF. Grayscale: #626262. Windows color (decimal): -252912 or 1058044. OLE color: 1058044.

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

Color convert

RGB 252 36 16 -
CMYK 0 0.86 0.94 0.01
HSL 5.08º 0.98% 0.53% -
HSV(B) 5.08º 0.94% 0.99% -
XYZ 40.87 21.99 2.58 -
YUV 98.3 81.56 237.63 -
System Red Green Blue C M Y K H S L
Decimal 252 36 16 0 0.86 0.94 0.01 5.08 0.98 0.53
Hex FC 24 10 0 56 5E 1 5 62 35
Octal 374 44 20 0 126 136 1 5 142 65
Binary 11111100 100100 10000 0 1010110 1011110 1 101 1100010 110101

Color Harmonies of #FC2410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2410

Black with #FC2410

Text Example


Text Example

White with #FC2410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2410; }

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

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

background-color css

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

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

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

border-color css

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

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

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