Html Css Color HEX #FC160E Scarlet

📋 copy color: '#FC160E'

red 252 ◦ green 22 ◦ blue 14

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

Shades of Scarlet #FC160E

Tints of Scarlet #FC160E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 87.5%
G = 7.64%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC160E (or 0xFC160E) is known color: Scarlet. HEX triplet: FC, 16 and 0E. RGB value is (252,22,14). Sum of RGB (Red+Green+Blue) = 252+22+14=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC160E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC160E is #03E9F1. Grayscale: #5A5A5A. Windows color (decimal): -256498 or 923388. OLE color: 923388.

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

Color convert

RGB 252 22 14 -
CMYK 0 0.91 0.94 0.01
HSL 2.02º 0.98% 0.52% -
HSV(B) 2.02º 0.94% 0.99% -
XYZ 40.51 21.3 2.39 -
YUV 89.86 85.2 243.65 -
System Red Green Blue C M Y K H S L
Decimal 252 22 14 0 0.91 0.94 0.01 2.02 0.98 0.52
Hex FC 16 E 0 5B 5E 1 2 62 34
Octal 374 26 16 0 133 136 1 2 142 64
Binary 11111100 10110 1110 0 1011011 1011110 1 10 1100010 110100

Color Harmonies of #FC160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC160E

Black with #FC160E

Text Example


Text Example

White with #FC160E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC160E; }

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

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

background-color css

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

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

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

border-color css

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

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

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