Html Css Color HEX #FC160B Scarlet

📋 copy color: '#FC160B'

red 252 ◦ green 22 ◦ blue 11

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

Shades of Scarlet #FC160B

Tints of Scarlet #FC160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 88.42%
G = 7.72%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC160B (or 0xFC160B) is known color: Scarlet. HEX triplet: FC, 16 and 0B. RGB value is (252,22,11). Sum of RGB (Red+Green+Blue) = 252+22+11=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC160B is #03E9F4. Grayscale: #595959. Windows color (decimal): -256501 or 726780. OLE color: 726780.

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

Color convert

RGB 252 22 11 -
CMYK 0 0.91 0.96 0.01
HSL 2.74º 0.98% 0.52% -
HSV(B) 2.74º 0.96% 0.99% -
XYZ 40.49 21.29 2.29 -
YUV 89.52 83.7 243.89 -
System Red Green Blue C M Y K H S L
Decimal 252 22 11 0 0.91 0.96 0.01 2.74 0.98 0.52
Hex FC 16 B 0 5B 60 1 3 62 34
Octal 374 26 13 0 133 140 1 3 142 64
Binary 11111100 10110 1011 0 1011011 1100000 1 11 1100010 110100

Color Harmonies of #FC160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC160B

Black with #FC160B

Text Example


Text Example

White with #FC160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC160B; }

 p { color: rgb(252,22,11); }

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

background-color css

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

 a { background-color: rgb(252,22,11); }

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

border-color css

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

 span { border-color: rgb(252,22,11); }

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