Html Css Color HEX #FC170D Scarlet

📋 copy color: '#FC170D'

red 252 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #FC170D

Tints of Scarlet #FC170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 87.5%
G = 7.99%
B = 4.51%

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

#FC170D (or 0xFC170D) is known color: Scarlet. HEX triplet: FC, 17 and 0D. RGB value is (252,23,13). Sum of RGB (Red+Green+Blue) = 252+23+13=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC170D is #03E8F2. Grayscale: #5A5A5A. Windows color (decimal): -256243 or 858108. OLE color: 858108.

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

Color convert

RGB 252 23 13 -
CMYK 0 0.91 0.95 0.01
HSL 2.51º 0.98% 0.52% -
HSV(B) 2.51º 0.95% 0.99% -
XYZ 40.52 21.34 2.36 -
YUV 90.33 84.37 243.31 -
System Red Green Blue C M Y K H S L
Decimal 252 23 13 0 0.91 0.95 0.01 2.51 0.98 0.52
Hex FC 17 D 0 5B 5F 1 3 62 34
Octal 374 27 15 0 133 137 1 3 142 64
Binary 11111100 10111 1101 0 1011011 1011111 1 11 1100010 110100

Color Harmonies of #FC170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC170D

Black with #FC170D

Text Example


Text Example

White with #FC170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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