Html Css Color HEX #FC1B16 Scarlet

📋 copy color: '#FC1B16'

red 252 ◦ green 27 ◦ blue 22

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

Shades of Scarlet #FC1B16

Tints of Scarlet #FC1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.97%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 83.72%
G = 8.97%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC1B16 (or 0xFC1B16) is known color: Scarlet. HEX triplet: FC, 1B and 16. RGB value is (252,27,22). Sum of RGB (Red+Green+Blue) = 252+27+22=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1B16 is #03E4E9. Grayscale: #5D5D5D. Windows color (decimal): -255210 or 1448956. OLE color: 1448956.

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

Color convert

RGB 252 27 22 -
CMYK 0 0.89 0.91 0.01
HSL 1.3º 0.97% 0.54% -
HSV(B) 1.3º 0.91% 0.99% -
XYZ 40.68 21.54 2.77 -
YUV 93.71 87.54 240.91 -
System Red Green Blue C M Y K H S L
Decimal 252 27 22 0 0.89 0.91 0.01 1.3 0.97 0.54
Hex FC 1B 16 0 59 5B 1 1 61 36
Octal 374 33 26 0 131 133 1 1 141 66
Binary 11111100 11011 10110 0 1011001 1011011 1 1 1100001 110110

Color Harmonies of #FC1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B16

Black with #FC1B16

Text Example


Text Example

White with #FC1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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