Html Css Color HEX #FC170B Scarlet

📋 copy color: '#FC170B'

red 252 ◦ green 23 ◦ blue 11

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

Shades of Scarlet #FC170B

Tints of Scarlet #FC170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 88.11%
G = 8.04%
B = 3.85%

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

#FC170B (or 0xFC170B) is known color: Scarlet. HEX triplet: FC, 17 and 0B. RGB value is (252,23,11). Sum of RGB (Red+Green+Blue) = 252+23+11=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC170B is #03E8F4. Grayscale: #5A5A5A. Windows color (decimal): -256245 or 727036. OLE color: 727036.

HSL color Cylindrical-coordinate representation of color #FC170B: hue angle of 2.99º 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 #FC170B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 23 11 -
CMYK 0 0.91 0.96 0.01
HSL 2.99º 0.98% 0.52% -
HSV(B) 2.99º 0.96% 0.99% -
XYZ 40.51 21.33 2.3 -
YUV 90.1 83.37 243.48 -
System Red Green Blue C M Y K H S L
Decimal 252 23 11 0 0.91 0.96 0.01 2.99 0.98 0.52
Hex FC 17 B 0 5B 60 1 3 62 34
Octal 374 27 13 0 133 140 1 3 142 64
Binary 11111100 10111 1011 0 1011011 1100000 1 11 1100010 110100

Color Harmonies of #FC170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC170B

Black with #FC170B

Text Example


Text Example

White with #FC170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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