Html Css Color HEX #FC160C Scarlet

📋 copy color: '#FC160C'

red 252 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #FC160C

Tints of Scarlet #FC160C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 88.11%
G = 7.69%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC160C (or 0xFC160C) is known color: Scarlet. HEX triplet: FC, 16 and 0C. RGB value is (252,22,12). Sum of RGB (Red+Green+Blue) = 252+22+12=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC160C is #03E9F3. Grayscale: #595959. Windows color (decimal): -256500 or 792316. OLE color: 792316.

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

Color convert

RGB 252 22 12 -
CMYK 0 0.91 0.95 0.01
HSL 2.5º 0.98% 0.52% -
HSV(B) 2.5º 0.95% 0.99% -
XYZ 40.5 21.3 2.32 -
YUV 89.63 84.2 243.81 -
System Red Green Blue C M Y K H S L
Decimal 252 22 12 0 0.91 0.95 0.01 2.5 0.98 0.52
Hex FC 16 C 0 5B 5F 1 2 62 34
Octal 374 26 14 0 133 137 1 2 142 64
Binary 11111100 10110 1100 0 1011011 1011111 1 10 1100010 110100

Color Harmonies of #FC160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC160C

Black with #FC160C

Text Example


Text Example

White with #FC160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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