Html Css Color HEX #FC2F10 Scarlet

📋 copy color: '#FC2F10'

red 252 ◦ green 47 ◦ blue 16

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

Shades of Scarlet #FC2F10

Tints of Scarlet #FC2F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

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

R = 80%
G = 14.92%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2F10 (or 0xFC2F10) is known color: Scarlet. HEX triplet: FC, 2F and 10. RGB value is (252,47,16). Sum of RGB (Red+Green+Blue) = 252+47+16=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F10 is #03D0EF. Grayscale: #696969. Windows color (decimal): -250096 or 1060860. OLE color: 1060860.

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

Color convert

RGB 252 47 16 -
CMYK 0 0.81 0.94 0.01
HSL 7.88º 0.98% 0.53% -
HSV(B) 7.88º 0.94% 0.99% -
XYZ 41.25 22.77 2.71 -
YUV 104.76 77.92 233.02 -
System Red Green Blue C M Y K H S L
Decimal 252 47 16 0 0.81 0.94 0.01 7.88 0.98 0.53
Hex FC 2F 10 0 51 5E 1 8 62 35
Octal 374 57 20 0 121 136 1 10 142 65
Binary 11111100 101111 10000 0 1010001 1011110 1 1000 1100010 110101

Color Harmonies of #FC2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F10

Black with #FC2F10

Text Example


Text Example

White with #FC2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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