Html Css Color HEX #FC1706 Scarlet

📋 copy color: '#FC1706'

red 252 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #FC1706

Tints of Scarlet #FC1706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 89.68%
G = 8.19%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC1706 (or 0xFC1706) is known color: Scarlet. HEX triplet: FC, 17 and 06. RGB value is (252,23,6). Sum of RGB (Red+Green+Blue) = 252+23+6=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1706 is #03E8F9. Grayscale: #595959. Windows color (decimal): -256250 or 399356. OLE color: 399356.

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

Color convert

RGB 252 23 6 -
CMYK 0 0.91 0.98 0.01
HSL 4.15º 0.98% 0.51% -
HSV(B) 4.15º 0.98% 0.99% -
XYZ 40.48 21.32 2.15 -
YUV 89.53 80.87 243.88 -
System Red Green Blue C M Y K H S L
Decimal 252 23 6 0 0.91 0.98 0.01 4.15 0.98 0.51
Hex FC 17 6 0 5B 62 1 4 62 33
Octal 374 27 6 0 133 142 1 4 142 63
Binary 11111100 10111 110 0 1011011 1100010 1 100 1100010 110011

Color Harmonies of #FC1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1706

Black with #FC1706

Text Example


Text Example

White with #FC1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1706; }

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

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

background-color css

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

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

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

border-color css

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

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

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