Html Css Color HEX #FC2109 Scarlet

📋 copy color: '#FC2109'

red 252 ◦ green 33 ◦ blue 9

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

Shades of Scarlet #FC2109

Tints of Scarlet #FC2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 9 (3.91% from 255) = 3.06%

R = 85.71%
G = 11.22%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC2109 (or 0xFC2109) is known color: Scarlet. HEX triplet: FC, 21 and 09. RGB value is (252,33,9). Sum of RGB (Red+Green+Blue) = 252+33+9=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2109 is #03DEF6. Grayscale: #606060. Windows color (decimal): -253687 or 598524. OLE color: 598524.

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

Color convert

RGB 252 33 9 -
CMYK 0 0.87 0.96 0.01
HSL 5.93º 0.98% 0.51% -
HSV(B) 5.93º 0.96% 0.99% -
XYZ 40.74 21.8 2.32 -
YUV 95.75 79.05 239.45 -
System Red Green Blue C M Y K H S L
Decimal 252 33 9 0 0.87 0.96 0.01 5.93 0.98 0.51
Hex FC 21 9 0 57 60 1 6 62 33
Octal 374 41 11 0 127 140 1 6 142 63
Binary 11111100 100001 1001 0 1010111 1100000 1 110 1100010 110011

Color Harmonies of #FC2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2109

Black with #FC2109

Text Example


Text Example

White with #FC2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2109; }

 p { color: rgb(252,33,9); }

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

background-color css

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

 a { background-color: rgb(252,33,9); }

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

border-color css

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

 span { border-color: rgb(252,33,9); }

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