Html Css Color HEX #FC170A Scarlet

📋 copy color: '#FC170A'

red 252 ◦ green 23 ◦ blue 10

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

Shades of Scarlet #FC170A

Tints of Scarlet #FC170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 88.42%
G = 8.07%
B = 3.51%

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

#FC170A (or 0xFC170A) is known color: Scarlet. HEX triplet: FC, 17 and 0A. RGB value is (252,23,10). Sum of RGB (Red+Green+Blue) = 252+23+10=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC170A is #03E8F5. Grayscale: #5A5A5A. Windows color (decimal): -256246 or 661500. OLE color: 661500.

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

Color convert

RGB 252 23 10 -
CMYK 0 0.91 0.96 0.01
HSL 3.22º 0.98% 0.51% -
HSV(B) 3.22º 0.96% 0.99% -
XYZ 40.51 21.33 2.27 -
YUV 89.99 82.87 243.56 -
System Red Green Blue C M Y K H S L
Decimal 252 23 10 0 0.91 0.96 0.01 3.22 0.98 0.51
Hex FC 17 A 0 5B 60 1 3 62 33
Octal 374 27 12 0 133 140 1 3 142 63
Binary 11111100 10111 1010 0 1011011 1100000 1 11 1100010 110011

Color Harmonies of #FC170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC170A

Black with #FC170A

Text Example


Text Example

White with #FC170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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