Html Css Color HEX #FC2F11 Scarlet

📋 copy color: '#FC2F11'

red 252 ◦ green 47 ◦ blue 17

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

Shades of Scarlet #FC2F11

Tints of Scarlet #FC2F11

RGB

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

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

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

R = 79.75%
G = 14.87%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC2F11 (or 0xFC2F11) is known color: Scarlet. HEX triplet: FC, 2F and 11. RGB value is (252,47,17). Sum of RGB (Red+Green+Blue) = 252+47+17=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F11 is #03D0EE. Grayscale: #696969. Windows color (decimal): -250095 or 1126396. OLE color: 1126396.

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

Color convert

RGB 252 47 17 -
CMYK 0 0.81 0.93 0.01
HSL 7.66º 0.98% 0.53% -
HSV(B) 7.66º 0.93% 0.99% -
XYZ 41.26 22.77 2.75 -
YUV 104.88 78.42 232.94 -
System Red Green Blue C M Y K H S L
Decimal 252 47 17 0 0.81 0.93 0.01 7.66 0.98 0.53
Hex FC 2F 11 0 51 5D 1 8 62 35
Octal 374 57 21 0 121 135 1 10 142 65
Binary 11111100 101111 10001 0 1010001 1011101 1 1000 1100010 110101

Color Harmonies of #FC2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F11

Black with #FC2F11

Text Example


Text Example

White with #FC2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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